(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
+16
View File
@@ -0,0 +1,16 @@
.about {
display: grid;
justify-content: center;
grid-template-rows: repeat(1, 10rem);
padding: 2rem;
min-height: 100vh;
&_list {
margin-left: 3rem;
li {
margin-top: 1.5rem;
}
}
}