Skip to content

Commit

Permalink
fixed margin-top
Browse files Browse the repository at this point in the history
  • Loading branch information
Zethess committed Aug 14, 2023
1 parent 4f921cd commit 95246cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ body{
border-radius: 30px;
padding: 90px 30px 50px 30px;
position: relative;
margin-top: 30%;
margin-top: 120px;
}
.faq::before{
content: "";
Expand Down Expand Up @@ -158,8 +158,9 @@ body{

transform: rotate(180deg);
}
@media screen and (min-width: 800px){
@media screen and (min-width: 950px){
.faq{
margin-top: 40px;
display: flex;
justify-content: flex-end;
padding: 20px 100px 50px 30px;
Expand Down

0 comments on commit 95246cc

Please sign in to comment.