More CSS dividing, making footer buttons larger, adding new section on main page.
This commit is contained in:
parent
04cd0bc087
commit
3c87cee9e7
6 changed files with 37 additions and 124 deletions
|
@ -44,3 +44,7 @@ a[role=button] {
|
|||
&.primary {
|
||||
}
|
||||
}
|
||||
|
||||
.text-white a[role=button]:not(.primary), a[role=button]:not(.primary).text-white {
|
||||
color: white;
|
||||
}
|
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue