We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6985f22 + 64756a3 commit 5d90fd6Copy full SHA for 5d90fd6
css/main.css
@@ -36,13 +36,15 @@ body {
36
-webkit-flex: 1;
37
-ms-flex: 1;
38
flex: 1;
39
+ max-width: 700px;
40
}
41
42
.navbar {
43
float: left;
44
text-align: left;
- width: 20em;
45
+ width: 15em;
46
padding: 2em;
47
+ padding-right: 0;
48
49
50
#menuLinkBar {
@@ -62,7 +64,7 @@ body {
62
64
display: -ms-flexbox;
63
65
display: flex;
66
margin: 0 auto;
- max-width: 940px;
67
+ justify-content: center;
68
69
70
@media (max-width: 700px) {
0 commit comments