aboutsummaryrefslogtreecommitdiff
path: root/site/src/jekyll/assets/css/kamon.css
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2013-11-27 01:01:37 -0300
committerIvan Topolnjak <ivantopo@gmail.com>2013-11-27 01:01:37 -0300
commitcc0ed3578a4f139c7ef6c7ead0305dac8a5f3fdc (patch)
tree34db11ab36e5aa0ad82f2105840681737606aa47 /site/src/jekyll/assets/css/kamon.css
parent141d67d2f88a84748fde788e2d9a21c1ad8a3027 (diff)
downloadKamon-cc0ed3578a4f139c7ef6c7ead0305dac8a5f3fdc.tar.gz
Kamon-cc0ed3578a4f139c7ef6c7ead0305dac8a5f3fdc.tar.bz2
Kamon-cc0ed3578a4f139c7ef6c7ead0305dac8a5f3fdc.zip
minor changes to the site layout
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 {