update layout and style for footer

This commit is contained in:
Mivinci 2023-05-05 14:39:11 +08:00
parent 61abe783eb
commit 73fb08026e
3 changed files with 14 additions and 7 deletions

View file

@ -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; }
}
}