diff --git a/assets/Vanessa-white-family.png b/assets/Vanessa-white-family.png new file mode 100644 index 0000000..5df4c86 Binary files /dev/null and b/assets/Vanessa-white-family.png differ diff --git a/css/styles.css b/css/styles.css index 06b5d1a..49c685a 100644 --- a/css/styles.css +++ b/css/styles.css @@ -404,6 +404,11 @@ div.card > img { border-radius: 35px; } +.responsive-iframe { + width: 640px; + height: 360px; +} + /* Media query for mobile devices */ @media all and (max-width: 960px) { .nav-bar { @@ -453,9 +458,12 @@ div.card > img { text-align: center; position: relative; z-index: 1; - font-size: 3rem; + font-size: 2rem; font-weight: 400; } + h3 { + font-size: 1.5rem; + } p { font-size: 18px; } @@ -476,4 +484,8 @@ div.card > img { .button-4 { font-size: 1.5em; } + .responsive-iframe { + width: 100%; + height: 100%; + } } diff --git a/index.html b/index.html index 1d94e10..259f519 100644 --- a/index.html +++ b/index.html @@ -123,6 +123,12 @@