mirror of
https://github.com/ArthurDanjou/arthurdanjou.fr.git
synced 2026-01-28 02:40:27 +01:00
Initial commit 🚀
This commit is contained in:
21
components/Home/posts/posts.scss
Normal file
21
components/Home/posts/posts.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
#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;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user