rf-web/_sass/pages/home.scss

25 lines
334 B
SCSS
Raw Permalink Normal View History

#page-index {
h2 {
margin-bottom: var(--size-32);
}
2021-01-30 14:31:30 +00:00
h1.logo {
margin: var(--size-128) 0;
}
h2,
h3 {
@include textbox;
display: inline-block;
margin-top: 0;
}
button {
-webkit-appearance: none;
border: none;
box-shadow: none;
font-size: var(--size-16);
cursor: pointer;
}
}