Skip to content

Commit 6f58503

Browse files
committed
fix: 페이지네이션을 중앙에 위치하도록 수정
1 parent 3fd7419 commit 6f58503

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

_sass/minimal-mistakes/_archive.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
.archive__item {
2626
position: relative;
27+
border-radius: 2%;
2728

2829

2930
a {
@@ -137,6 +138,8 @@
137138
margin-bottom: 10px;
138139
background-color: rgb(216, 243, 252);
139140
padding: 5px;
141+
padding-left: 1em;
142+
padding-right: 1em;
140143
width: 100%;
141144
height: 20%;
142145
.page__meta {

_sass/minimal-mistakes/_navigation.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
margin-top: 1em;
5757
padding-top: 1em;
5858
width: 100%;
59+
display: flex;
60+
justify-content: center;
61+
align-items: center;
5962

6063
ul {
6164
margin: 0;

_sass/minimal-mistakes/_syntax.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ figure.highlight {
1313
border-radius: $border-radius;
1414
margin-top: 5%;
1515
margin-bottom: 5%;
16-
margin-right: 10%;
17-
margin-left: 10%;
16+
margin-right: 5%;
17+
margin-left: 5%;
1818

1919
> pre,
2020
pre.highlight {

0 commit comments

Comments
 (0)