We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9330c commit 53a328eCopy full SHA for 53a328e
_sass/minimal-mistakes/_footer.scss
@@ -18,9 +18,9 @@
18
footer {
19
@include clearfix;
20
margin-inline: auto;
21
- margin-top: 2em;
+ margin-top: 0em;
22
max-width: 100%;
23
- padding: 0 1em 2em;
+ padding: 0.5em 1em 1em;
24
25
@include breakpoint($x-large) {
26
max-width: $x-large;
_sass/minimal-mistakes/_sidebar.scss
@@ -177,6 +177,7 @@
177
178
.author__bio {
179
margin: 0;
180
+ font-size: $type-size-6;
181
182
@include breakpoint($large) {
183
margin-top: 10px;
0 commit comments