(create) created about page and styled it

This commit is contained in:
Yusuf İpek
2021-08-08 13:05:43 +03:00
parent f3e5175de3
commit 384d5bc799
11 changed files with 98 additions and 13 deletions
+1 -2
View File
@@ -4,17 +4,16 @@
justify-items: center;
padding-top: 2rem;
font-size: 2rem;
list-style-type: none;
&_heading-1 {
text-align: center;
padding-top: 1rem;
}
&_posts {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(8, 12rem);
width: 50%;
min-height: 100vh;