Skip to content

Commit 3b7d9d0

Browse files
change navbar width to auto for width below 700px
1 parent 3701d5b commit 3b7d9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ body {
101101
padding: 1em;
102102
}
103103
.navbar {
104-
width: 100%;
104+
width: auto;
105105
-webkit-box-ordinal-group:4;
106106
-webkit-order:3;
107107
-ms-flex-order:3;

0 commit comments

Comments
 (0)