More CSS dividing, making footer buttons larger, adding new section on main page.

This commit is contained in:
Adsooi 2021-07-15 19:45:45 +02:00
parent 04cd0bc087
commit 3c87cee9e7
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
6 changed files with 37 additions and 124 deletions

View file

@ -44,3 +44,7 @@ a[role=button] {
&.primary {
}
}
.text-white a[role=button]:not(.primary), a[role=button]:not(.primary).text-white {
color: white;
}

View file

@ -57,11 +57,7 @@
width: 20%;
}
@media screen and (max-width: 700px) {
.padding-container-3 {
padding-left: 0.5em;
padding-right: 0.5em;
}
@media screen and (max-width: 850px) {
:not(footer) > .columns-container {
display: block;
@ -70,6 +66,10 @@
.column {
width: 100%;
&.padding-container {
width: calc(100% - 2em);
}
& :not(p).text-right, &.text-right :not(p), & :not(p).text-left, &.text-left :not(p) {
text-align: center;
}