diff --git a/index.html b/index.html index 2925b419..7d823a70 100644 --- a/index.html +++ b/index.html @@ -150,17 +150,13 @@ align-items: center; margin: 0 auto; border-radius: 10px; - /*Remove aspect-ratio when iframe uncomment*/ - aspect-ratio: 16 / 9; - background-image: url(./quickmock-frame.png); - background-size: 100%; - background-repeat: no-repeat; border: 1px solid black; } + iframe { width: 100%; - aspect-ratio: 14.35 / 9; - border-radius: 10px; + aspect-ratio: 16 / 9; + border-radius: 9px; } .content { display: grid; @@ -256,7 +252,7 @@ .title { top: 2vw; width: 60%; - max-width: 1000px; + max-width: 900px; margin-right: auto; padding-left: 1.5vw; } @@ -320,11 +316,13 @@

- + >