Skip to content

Commit

Permalink
fix iframe margin
Browse files Browse the repository at this point in the history
  • Loading branch information
hbaniecki committed Jul 14, 2024
1 parent 64a39d2 commit 9cf0bf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ a:hover:after {
}

iframe {
margin-top: 50px;
margin-top: 20px;
margin-bottom: 30px;
max-width: 100%;
}

Expand Down

0 comments on commit 9cf0bf4

Please sign in to comment.