Skip to content

Commit 64756a3

Browse files
author
Felipe Contreras
committed
css: remove extra padding
The site and the navbar already have 2em between them, there's no need to add another extra 2em. This would be handled much better with a modern grid display. Signed-off-by: Felipe Contreras <[email protected]>
1 parent 5719155 commit 64756a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ body {
4444
text-align: left;
4545
width: 15em;
4646
padding: 2em;
47+
padding-right: 0;
4748
}
4849

4950
#menuLinkBar {

0 commit comments

Comments
 (0)