Index: static/css/main.css |
=================================================================== |
--- a/static/css/main.css |
+++ b/static/css/main.css |
@@ -5,21 +5,26 @@ |
} |
body |
{ |
margin: 0; |
line-height: 1.5; |
} |
+/** Provides padding necessary for fixed navbar */ |
+.body-container |
ire
2018/03/13 08:31:36
NIT: We could apply this style directly to the bod
juliandoucette
2018/03/13 12:14:03
Ack. I thought of that last night as I was going t
|
+{ |
+ padding-top: 4em; |
+} |
+ |
#content, |
#blog |
{ |
padding-bottom: 2em; |
- padding-top: 4em; |
} |
a img |
{ |
border: none; |
} |
a:link, a:visited |