Adjust margins in mobile view
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
e7157e28a7
commit
b1faff33ae
1 changed files with 2 additions and 3 deletions
|
@ -166,7 +166,7 @@ li {
|
||||||
}
|
}
|
||||||
|
|
||||||
.heading-3 {
|
.heading-3 {
|
||||||
padding-bottom: 20px;
|
padding-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.heading-4 {
|
.heading-4 {
|
||||||
|
@ -300,7 +300,6 @@ li {
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
min-height: 48vw;
|
min-height: 48vw;
|
||||||
margin-top: 0;
|
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue