socialtree/src/public/util/simple-basic.scss
2022-10-20 15:44:27 +02:00

33 lines
460 B
SCSS

body {
min-height: 100vh;
}
.container {
padding-top: 3rem;
display: flex;
flex-direction: column;
align-items: center;
gap: .5rem;
}
.headingbox>h1 {
font-size: 1.5rem;
font-weight: 800;
font-family: monospace;
}
.imgbox>img {
height: 10rem;
width: 10rem;
border-radius: .5rem;
}
.linkbox {
display: flex;
flex-direction: column;
gap: 1rem;
>button {
background-color: #000;
}
}