aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/static/css/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'ui/static/css/common.css')
-rw-r--r--ui/static/css/common.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/static/css/common.css b/ui/static/css/common.css
index d27965b..bf5557d 100644
--- a/ui/static/css/common.css
+++ b/ui/static/css/common.css
@@ -40,6 +40,7 @@ a:hover {
/* Header and main menu */
.header {
margin-top: 10px;
+ margin-bottom: 20px;
}
.header nav ul {
@@ -132,6 +133,10 @@ a:hover {
max-width: 750px;
}
+ .header {
+ margin-bottom: 0;
+ }
+
.logo {
text-align: left;
float: left;
@@ -166,7 +171,6 @@ a:hover {
text-align: right;
display: block;
margin-top: 10px;
- margin-bottom: 10px;
}
.search-toggle-switch {