mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Update spacing in index page
This commit is contained in:
@@ -43,8 +43,6 @@ const Wrapper = styled.div`
|
||||
p,
|
||||
.tags-wrapper {
|
||||
text-align: left;
|
||||
width: 85%;
|
||||
margin: 0.5rem auto;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@@ -66,23 +64,14 @@ const Wrapper = styled.div`
|
||||
hr {
|
||||
height: 0.1rem;
|
||||
opacity: 0.3;
|
||||
width: 85%;
|
||||
margin: 1rem auto 0rem auto;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
width: 95%;
|
||||
margin: 1rem auto 0rem auto;
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 85%;
|
||||
margin: 0rem auto;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
@@ -59,6 +59,10 @@ const Wrapper = styled.div`
|
||||
margin: 1rem 0rem;
|
||||
}
|
||||
|
||||
.portfolio {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
.projects-wrapper,
|
||||
.articles-wrapper {
|
||||
display: grid;
|
||||
|
||||
@@ -42,8 +42,6 @@ const Wrapper = styled.div`
|
||||
h1,
|
||||
p {
|
||||
text-align: left;
|
||||
width: 85%;
|
||||
margin: 0.5rem auto;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@@ -58,22 +56,10 @@ const Wrapper = styled.div`
|
||||
hr {
|
||||
height: 0.1rem;
|
||||
opacity: 0.3;
|
||||
width: 85%;
|
||||
margin: 1rem auto 0rem auto;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
width: 95%;
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 85%;
|
||||
margin: 0rem auto;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user