aboutsummaryrefslogtreecommitdiff
path: root/site/src/jekyll/assets/css/kamon.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/src/jekyll/assets/css/kamon.css')
-rw-r--r--site/src/jekyll/assets/css/kamon.css24
1 files changed, 9 insertions, 15 deletions
diff --git a/site/src/jekyll/assets/css/kamon.css b/site/src/jekyll/assets/css/kamon.css
index 08e4eda9..8b82e90a 100644
--- a/site/src/jekyll/assets/css/kamon.css
+++ b/site/src/jekyll/assets/css/kamon.css
@@ -1,6 +1,6 @@
/* Pad a little bit for the navbar */
body {
- padding-top: 70px;
+ padding-top: 90px;
position: relative;
}
@@ -19,31 +19,25 @@ body {
height: auto !important;
height: 100%;
/* Negative indent footer by it's height */
- margin: 0 auto -60px;
+ margin: 0 auto -75px;
}
/* Set the fixed height of the footer here */
#push,
-#footer {
- height: 60px;
+.footer {
+ height: 75px;
}
-#footer {
+.footer {
background-color: #f5f5f5;
}
-/* Lastly, apply responsive CSS fixes as necessary */
-@media (max-width: 767px) {
- #footer {
- margin-left: -20px;
- margin-right: -20px;
- padding-left: 20px;
- padding-right: 20px;
- }
+.container .credit {
+ margin: 10px 0;
}
-.container .credit {
- margin: 20px 0;
+#github-logo {
+ padding-bottom: 6px;
}
.jumbotron {