Petko Bordjukov 59c9f79d13 Event editing
2015-08-15 08:52:41 +03:00

32 lines
529 B
SCSS

@import "font-awesome-sprockets";
@import "font-awesome";
@import 'initfest/styles';
@import 'initfest/forms';
@import 'initfest/flash_messages';
nav { background-image: image-url('initfest/navbg.jpg'); }
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 120px;
}
footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 120px;
background-color: white;
}
.my_submissions {
font-size: 1.7em;
}