update layout and style for footer
This commit is contained in:
parent
61abe783eb
commit
73fb08026e
3 changed files with 14 additions and 7 deletions
|
@ -9,7 +9,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* flex */
|
||||
/* classes that breakpoints are necessary for */
|
||||
$screens: ("", 0), (sm\:, 640px);
|
||||
@each $k, $v in $screens {
|
||||
@include breakpoint($k, $v) {
|
||||
|
@ -30,6 +30,10 @@ $screens: ("", 0), (sm\:, 640px);
|
|||
.#{$k}items-end { align-items: flex-end; }
|
||||
|
||||
.#{$k}items-baseline { align-items: baseline; }
|
||||
|
||||
.#{$k}text-center { text-align: center; }
|
||||
|
||||
.#{$k}text-left { text-align: left; }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue