Skip to content

Commit 72667f1

Browse files
committed
Update style.
1 parent 34e6f17 commit 72667f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

assets/style.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ a {
88
a:hover {
99
text-decoration: underline;
1010
}
11+
hr {padding:0px;}
1112
h2 {
1213
font-size:26px;
1314
}
@@ -580,10 +581,10 @@ header
580581

581582
@media screen and (max-width: 820px) {
582583
header{flex-direction: row; flex-wrap: wrap;}
583-
#innerHeader {flex-direction: row; flex-wrap: wrap;}
584+
#innerHeader {flex-direction: row; flex-wrap: wrap; justify-content:center;}
584585
.main_nav {
585586
flex-direction: row;
586587
flex-wrap: wrap;
587-
justify-content: flex-start;
588+
justify-content: center;
588589
}
589590
}

0 commit comments

Comments
 (0)