(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
View File
@@ -8,6 +8,7 @@
--color-grey: #383838;
--color-grey-dark-1: #b2aba1;
--color-grey-dark-2: #fff;
--color-grey-light-1: #b8b8b8;
}
// FONT CONTROL
+17 -4
View File
@@ -1,11 +1,24 @@
p,
li {
.heading-1,
.heading-2,
.heading-3,
.heading-4 {
color: var(--color-primary);
}
h1 {
font-size: 2.5rem;
.heading-1 {
font-weight: 500;
font-size: 3rem;
}
.heading-2 {
font-size: 2.4rem;
font-weight: normal;
}
p,
li {
color: var(--color-primary);
font-size: 2rem;
}
a {
+3
View File
@@ -9,6 +9,9 @@
&_logo {
justify-self: flex-end;
grid-column: 1;
font-size: 2.4rem;
color: var(--color-primary);
font-weight: normal;
}
&_list {
+1
View File
@@ -13,5 +13,6 @@
@import "./components/searchbar";
@import "./pages/homepage.scss";
@import "./pages/hakkinda.scss";
@import url("https://fontlibrary.org//face/nunito-sans");
+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;
}
}
}
+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;