Skip to content

Commit 53a328e

Browse files
committed
feat: 설정 변경
1 parent cc9330c commit 53a328e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_sass/minimal-mistakes/_footer.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
footer {
1919
@include clearfix;
2020
margin-inline: auto;
21-
margin-top: 2em;
21+
margin-top: 0em;
2222
max-width: 100%;
23-
padding: 0 1em 2em;
23+
padding: 0.5em 1em 1em;
2424

2525
@include breakpoint($x-large) {
2626
max-width: $x-large;

_sass/minimal-mistakes/_sidebar.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@
177177

178178
.author__bio {
179179
margin: 0;
180+
font-size: $type-size-6;
180181

181182
@include breakpoint($large) {
182183
margin-top: 10px;

0 commit comments

Comments
 (0)