This repository has been archived on 2022-11-29. You can view files and clone it, but cannot push or open issues or pull requests.
socialtree-jigsaw/source/assets/build/css/main.css
2022-04-29 15:25:15 +02:00

21 lines
288 B
CSS

body {
margin: 0;
padding: 0;
display: flex;
justify-content: center;
}
.mainContainer {
margin-top: 3rem;
}
.mainContainer h1 {
text-align: center;
font-family: sans-serif;
font-weight: 400;
}
.mainContainer img {
height: 8rem;
width: auto;
border-radius: 100%;
}