aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-03-18 00:46:14 +0100
committerGravatar Joseph <[email protected]>2018-03-17 23:46:14 +0000
commit478a873c03e50ff57525da8a8da67ac31efed891 (patch)
tree35fa4242324dff79cde6db4722c8255277e4563e /static/style.css
parent`Github` => `GitHub` (diff)
Fixed footer padding, fixed firefox vertical align issues, and improved the footer text. (#41)
Diffstat (limited to 'static/style.css')
-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