Skip to content

Commit

Permalink
pushed files to git
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudh7676 committed Aug 16, 2024
1 parent b2a548f commit 97bbad4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions style/Styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2192,6 +2192,9 @@ footer{
left: -1rem;
width: 100%;
}
.center__content {
margin-right: calc(100dvw - 14%);
}
.top__text2{
left: calc(100% - 87vw);
}
Expand Down Expand Up @@ -2232,9 +2235,6 @@ footer{
.top__text h2{
font-size: 38px;
}
.center__content {
margin-right: calc(100dvw - 5%);
}
.right__buttons button {
width: 60%;
}
Expand Down Expand Up @@ -2269,4 +2269,7 @@ footer{
.img__text-container {
left: calc(100% - 86dvw);
}
.center__content{
margin-right: calc(100dvw - 2%);
}
}

0 comments on commit 97bbad4

Please sign in to comment.