Files
sx-fc/app/assets/stylesheets/application.scss
2017-04-04 02:29:03 +06:30

9 lines
133 B
SCSS

@import "bootstrap";
@import "font-awesome";
/* Show it is fixed to the top */
body {
min-height: 75rem;
padding-top: 4.5rem;
}