mirror of
https://github.com/ArthurDanjou/arthurdanjou.fr.git
synced 2026-01-14 20:19:27 +01:00
21 lines
330 B
SCSS
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;
|
|
}
|
|
|
|
} |