Skip to content

Commit

Permalink
change design
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed482000 committed Sep 22, 2023
1 parent a9d9d8a commit 7fa36f9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ section div[class="rectangle-allert"] p {
}
.rectangle-allert{
padding: 10px 6%;
height: 260px;
height: 280px;
margin-top: 900px;
width: 98%;
}
Expand Down Expand Up @@ -1068,16 +1068,18 @@ section div[class="rectangle-allert"] p {
}
.section-experience {
margin-top: -70px;
width: 105%;
}
.section-work{
margin-top: -70px;
width: 95%;
width: 100%;
}
.section-work-images div{
width: 100%;
}
.blog{
padding-right: 20px;
width: 103%;
}
.blog-items{
flex-direction: column;
Expand All @@ -1100,6 +1102,6 @@ section div[class="rectangle-allert"] p {
}
@media screen and (max-width:520px){
.section-work-ul li {
font-size: 15px;
font-size: 14px;
}
}

0 comments on commit 7fa36f9

Please sign in to comment.