Increase width of main content to better fill large screens sizes
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
}
|
||||
@include breakpoint($x-large) {
|
||||
max-width: $x-large;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
&:hover {
|
||||
@@ -21,16 +24,20 @@
|
||||
|
||||
.page__footer-copyright {
|
||||
@include breakpoint($medium) {
|
||||
@include span(10 of 12);
|
||||
@include pre(2);
|
||||
@include prefix(2 of 12);
|
||||
}
|
||||
@include breakpoint($x-large) {
|
||||
@include prefix(2.5 of 12);
|
||||
}
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.page__footer-follow {
|
||||
@include breakpoint($medium) {
|
||||
@include span(10 of 12);
|
||||
@include pre(2);
|
||||
@include prefix(2 of 12);
|
||||
}
|
||||
@include breakpoint($x-large) {
|
||||
@include prefix(2.5 of 12);
|
||||
}
|
||||
ul {
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user