Skip to content

Commit 5719155

Browse files
author
Felipe Contreras
committed
css: improve width of main containers
The site container is usually too small, and the navbar usually to big. So adjust their widths. Signed-off-by: Felipe Contreras <[email protected]>
1 parent 48d22b0 commit 5719155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ body {
3636
-webkit-flex: 1;
3737
-ms-flex: 1;
3838
flex: 1;
39-
max-width: 660px;
39+
max-width: 700px;
4040
}
4141

4242
.navbar {
4343
float: left;
4444
text-align: left;
45-
width: 20em;
45+
width: 15em;
4646
padding: 2em;
4747
}
4848

0 commit comments

Comments
 (0)