diff --git a/assets/styles/main.css b/assets/styles/main.css index ed83875..e9e0b0c 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -15,6 +15,7 @@ body{ } .header-logo{ width: 12vw; + min-width: 226px; } .main-banner-desktop{ width: 100%; @@ -53,6 +54,7 @@ body{ } .top-infocard-image{ width: 16%; + min-width: 239px; } @media screen and (min-width: 2500px) { @@ -60,7 +62,7 @@ body{ padding: 58px } } - + @media screen and (max-width: 1024px) { .main-banner-desktop{ @@ -70,4 +72,22 @@ body{ width: 100%; display: block; } + /* top infocard */ + .top-inforcard-subtitle{ + font-size: 20px; + } + .top-infocard-title{ + font-size: 28px; + } + .top-infocard-text{ + text-align: center; + max-width: 86%; + padding: 0 0 73px; + } } + +@media screen and (max-width: 992px){ + .top-infocard-image{ + width: 34%; + } +} \ No newline at end of file