Skip to content

Commit a74ce88

Browse files
committed
Make sure the Social Links don't break when you have less space on mobile
1 parent 0c258f7 commit a74ce88

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

assets/css/stylesheet.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ footer {
392392
display: table;
393393
margin: 0 auto;
394394
padding-top: 5px;
395+
min-width: 100px;
395396
}
396397

397398
.social-nav li {
@@ -738,7 +739,7 @@ hr:after,
738739
padding-left: 0;
739740
}
740741

741-
.main-nav li.active a {
742+
.main-nav li:nth-child(6) a {
742743
padding-left: 9px;
743744
padding-right: 9px;
744745
}

0 commit comments

Comments
 (0)