mirror of
https://github.com/yusufipk/teknolojirehberleri.xyz.git
synced 2026-09-11 19:06:07 +00:00
(create) created about page and styled it
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user