Skip to content

Commit f66bb27

Browse files
committed
improve footer styling by adapting font-size and height
1 parent 23256b0 commit f66bb27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/assets/stylesheets/application.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
.footer-container { min-height: 10em; padding-bottom: 1em; padding-top: 2em; clear: both; }
191191
.footer-container .nav-meta a { color: white; font-weight: normal; text-decoration: none }
192192
.footer-container .nav-meta a:hover { text-decoration: underline; }
193-
.footer-container .wrapper {position: relative; min-height: 20em;}
193+
.footer-container .wrapper {position: relative; min-height: 15em;}
194194

195195
a.button, .simple_form input[type="submit"]{
196196
display: inline-block;
@@ -288,6 +288,7 @@
288288
.footer-container footer {
289289
color: white;
290290
padding-top: 1em;
291+
font-size: 0.8em;
291292
}
292293
.footer-container footer a {
293294
color: white;

0 commit comments

Comments
 (0)