Files
arthurdanjou.fr/components/Home/posts/posts.scss
2020-05-07 22:04:46 +02:00

21 lines
330 B
SCSS

#posts {
height: 70vh;
width: 100%;
background-color: white;
color: #37383F;
@media screen and (max-width: 700px) {
text-align: center;
font-size: 15px;
}
.container {
width: 100%;
height: 70vh;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
}
}