14 lines
281 B
SCSS
14 lines
281 B
SCSS
// Place all the styles related to the home controller here.
|
|
// They will automatically be included in application.css.
|
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
|
|
|
.hero-unit.home-page {
|
|
.asciicast {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
h2 {
|
|
margin: 50px 0 10px 0;
|
|
}
|
|
}
|