diff --git a/static/main.css b/static/main.css index 5d77ef6..1452d21 100644 --- a/static/main.css +++ b/static/main.css @@ -60,8 +60,28 @@ a:disabled {color: #9BB291;} font-size:2em; color: #B0C592; } - +#bodypane { + float: left; + width: 80%; +} +#footer { + align-content: center; + float:left; + width: 100%; +} #navblock { background-color: #2D3F3E; - font-size: 2em; + width: 15%; + float: left; + margin:5px 10px 20px 20px; + padding: 5px 5px 5px 5px; +} +.navitemsmall { + font-size: 1em; +} +.navitem { + font-size: 1.4em; +} +.navitemborder { + border-bottom: solid; } diff --git a/templates/about.html b/templates/about.html index 6c9b70a..37e30e0 100644 --- a/templates/about.html +++ b/templates/about.html @@ -7,7 +7,7 @@ -
+{% include 'include/navblock.html' %}We're all about getting thewords out and allowing us to communicate securely to friends and loved ones.
@@ -22,7 +22,4 @@ GitHub. This is a side project of mine so development will be slow for as long as its only me. Thanks for your interest!