mirror of
https://github.com/danbee/my-images
synced 2025-03-04 08:49:05 +00:00
18 lines
347 B
SCSS
18 lines
347 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/
|
|
|
|
html {
|
|
font-size: 100%;
|
|
font-family: 'Helvetica Neue', 'Arial', sans-serif;
|
|
}
|
|
|
|
header, main {
|
|
max-width: 60rem;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
header {
|
|
text-align: right;
|
|
}
|