vegancheck.me/css/_front/frontpage.scss
2021-08-21 20:49:07 +02:00

17 lines
No EOL
276 B
SCSS

.container {
padding-top: 150px;
width: 50%;
margin: 0 auto;
}
.container img {
width: 3rem;
height: 3rem;
}
#result {
padding-top: 2rem;
padding-bottom: 2rem;
font-size: var(--body-h2-fontsize);
font-weight: var(--semibold-fontweight);
}