aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css20
1 files changed, 19 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 7eedd2cd..51f3c8da 100644
--- a/static/style.css
+++ b/static/style.css
@@ -17,10 +17,20 @@
background: #222222 !important;
}
-.uk-navbar-container {
+.uk-navbar-container,
+.uk-sticky-placeholder,
+.uk-navbar-nav > li > a,
+.uk-navbar-left > a{
height: 70px;
}
+.navbar-logo{
+ margin-left: -10px;
+ padding-left: 3px;
+ margin-top: 2px;
+ height: 60%
+}
+
.uk-navbar-dropdown {
top: 45px !important;
}
@@ -62,4 +72,12 @@
img.uk-border-rounded {
border: 1px #25292f solid;
+}
+
+footer div.uk-section {
+ padding: 0 0 0 0;
+}
+
+footer div.uk-section div.uk-text-center {
+ margin-top: 20px;
} \ No newline at end of file