update bases, fix windows on other pages
All checks were successful
/ build (push) Successful in 4m33s
All checks were successful
/ build (push) Successful in 4m33s
This commit is contained in:
parent
35f323b54c
commit
0f20abe7c0
38 changed files with 318 additions and 339 deletions
|
|
@ -52,7 +52,7 @@ bg-image {
|
|||
content-wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2rem;
|
||||
gap: 3rem;
|
||||
margin-bottom: 4rem;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
|
@ -67,10 +67,22 @@ content-wrapper {
|
|||
translate: 0 1rem;
|
||||
}
|
||||
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2rem;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 60rem) {
|
||||
gap: 1.5rem;
|
||||
margin-bottom: 1rem;
|
||||
margin-top: 3.4rem;
|
||||
& {
|
||||
gap: 2rem !important;
|
||||
margin-bottom: 1rem;
|
||||
margin-top: 3.4rem;
|
||||
}
|
||||
|
||||
main {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue