layout
This commit is contained in:
@@ -183,8 +183,8 @@ a {
|
||||
}
|
||||
|
||||
.home-hero h1 {
|
||||
font-size: clamp(1.5rem, 4vw, 2.35rem);
|
||||
line-height: 1;
|
||||
font-size: clamp(1.35rem, 3vw, 1.95rem);
|
||||
line-height: 1.05;
|
||||
}
|
||||
|
||||
.home-hero p {
|
||||
@@ -312,6 +312,12 @@ body.has-modal-open {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.section-head {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
|
||||
.module-list {
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
@@ -319,7 +325,7 @@ body.has-modal-open {
|
||||
|
||||
.module-row {
|
||||
display: grid;
|
||||
grid-template-columns: auto minmax(0, 1fr) auto;
|
||||
grid-template-columns: auto minmax(0, 1fr);
|
||||
align-items: center;
|
||||
gap: 14px;
|
||||
padding: 14px;
|
||||
@@ -353,22 +359,6 @@ body.has-modal-open {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.module-row__action {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
padding: 9px 12px;
|
||||
border-radius: 999px;
|
||||
color: #ffffff;
|
||||
font-size: 0.86rem;
|
||||
font-weight: 800;
|
||||
background: linear-gradient(135deg, var(--brand-accent), var(--brand-accent-3));
|
||||
}
|
||||
|
||||
.module-row__action::after {
|
||||
content: "->";
|
||||
}
|
||||
|
||||
.module-card {
|
||||
position: relative;
|
||||
display: flex;
|
||||
@@ -395,17 +385,9 @@ body.has-modal-open {
|
||||
box-shadow: 0 20px 36px rgba(1, 22, 32, 0.14);
|
||||
}
|
||||
|
||||
.module-kicker {
|
||||
color: var(--brand-accent);
|
||||
font-size: 0.74rem;
|
||||
font-weight: 800;
|
||||
letter-spacing: 0.08em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.module-title {
|
||||
margin: 0;
|
||||
font-size: 1.12rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.module-desc {
|
||||
@@ -548,12 +530,6 @@ body.has-modal-open {
|
||||
grid-template-columns: auto minmax(0, 1fr);
|
||||
}
|
||||
|
||||
.module-row__action {
|
||||
grid-column: 2;
|
||||
justify-self: start;
|
||||
padding: 7px 10px;
|
||||
}
|
||||
|
||||
.section-head {
|
||||
align-items: start;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user