cash-stacks/frontend/src/app.scss

17 lines
204 B
SCSS
Raw Normal View History

2021-04-15 02:04:37 +00:00
.app {
2021-07-13 23:47:28 +00:00
display: grid;
2021-07-14 00:10:48 +00:00
background: #92f322;
grid-template: auto 1fr auto / 1fr;
2021-07-13 23:47:28 +00:00
2021-04-15 02:04:37 +00:00
align-items: center;
color: white;
2021-03-17 02:15:33 +00:00
2021-04-15 02:04:37 +00:00
h1 {
margin-top: 2.5vmin;
margin-bottom: 1vmin;
2021-04-11 21:42:56 +00:00
}
2021-04-11 21:57:19 +00:00
2021-07-14 00:10:48 +00:00
main {
2021-04-11 21:57:19 +00:00
}
}