Merge pull request #54 from EbookFoundation/book-breakpoint
Use breakpoint mixin on book pagefooter
commit
8af37b8d2f
|
@ -1,4 +1,6 @@
|
|||
@media screen and (max-width: 480px) {
|
||||
@import 'foundation';
|
||||
|
||||
@include breakpoint (small down) {
|
||||
.wrapper {
|
||||
display: grid;
|
||||
grid-template-columns: fit-content 1fr 20%;
|
||||
|
@ -50,7 +52,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 480px) {
|
||||
@include breakpoint (medium) {
|
||||
.wrapper {
|
||||
display: grid;
|
||||
grid-template-columns: fit-content 1fr 20%;
|
||||
|
|
Loading…
Reference in New Issue