mirror of
https://github.com/KevinMidboe/planetposen.git
synced 2025-10-29 09:40:31 +00:00
Updated global with pos-abs and h4 rules.
This commit is contained in:
@@ -41,6 +41,9 @@ h3 {
|
||||
font-size: calc(0.785 * var(--text-lg));
|
||||
}
|
||||
}
|
||||
h4 {
|
||||
font-size: var(--text-md);
|
||||
}
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
@@ -77,6 +80,12 @@ h3 {
|
||||
}
|
||||
|
||||
|
||||
.pos-abs {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
|
||||
.col-wrap {
|
||||
padding-left: 120px;
|
||||
padding-right: 120px;
|
||||
@@ -117,6 +126,7 @@ h3 {
|
||||
|
||||
@include mobile {
|
||||
padding-top: var(--space-xl);
|
||||
padding-bottom: var(--space-xl);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user