dsfdf
This commit is contained in:
@@ -948,6 +948,10 @@ a {
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.module-hero-top--compact {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.module-hero-copy,
|
||||
.module-hero-actions {
|
||||
display: grid;
|
||||
@@ -958,10 +962,6 @@ a {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.module-hero-copy--compact {
|
||||
min-height: 1px;
|
||||
}
|
||||
|
||||
.module-title {
|
||||
margin: 0;
|
||||
font-size: clamp(1.45rem, 3vw, 2.2rem);
|
||||
@@ -981,6 +981,7 @@ a {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
.module-button {
|
||||
@@ -1036,6 +1037,16 @@ a {
|
||||
width: min(240px, 100%);
|
||||
}
|
||||
|
||||
.brand-copy h1 .module-page-context {
|
||||
display: inline;
|
||||
margin-left: 0.35em;
|
||||
color: var(--brand-accent-3);
|
||||
font-size: 0.42em;
|
||||
font-weight: 700;
|
||||
letter-spacing: -0.01em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.module-box,
|
||||
.module-box-soft,
|
||||
.module-box-table,
|
||||
@@ -1111,4 +1122,8 @@ a {
|
||||
.module-hero-actions {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.module-hero-top--compact {
|
||||
align-items: stretch;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user