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 {
|
.wrapper {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: fit-content 1fr 20%;
|
grid-template-columns: fit-content 1fr 20%;
|
||||||
|
@ -50,7 +52,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 480px) {
|
@include breakpoint (medium) {
|
||||||
.wrapper {
|
.wrapper {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: fit-content 1fr 20%;
|
grid-template-columns: fit-content 1fr 20%;
|
||||||
|
|
Loading…
Reference in New Issue