aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/styles.css b/styles.css
index a614b985..dd62150e 100644
--- a/styles.css
+++ b/styles.css
@@ -81,12 +81,17 @@ footer {
81 color: white; 81 color: white;
82} 82}
83 83
84.logo { 84.indexlogo {
85 background-color: #000; 85 background-color: #000;
86 width: 100%; 86 width: 100%;
87 margin: 2em; 87 margin: 2em;
88} 88}
89 89
90.smalllogo {
91 background-color: #000;
92 margin: 8px;
93}
94
90#body_content .container { 95#body_content .container {
91 margin-bottom: 2em; 96 margin-bottom: 2em;
92 padding-top: 1em; 97 padding-top: 1em;