diff --git a/assets/style/main.css b/assets/style/main.css index 269b579..819de5a 100644 --- a/assets/style/main.css +++ b/assets/style/main.css @@ -67,6 +67,27 @@ body { margin-bottom: 180px; } +@media screen and (max-width: 768px) { + .first-infocard-title { + font-size: 28px; + line-height: 34px; + } + + .first-infocard-subtitle { + font-size: 20px; + line-height: 24px; + } + + .first-infocard-description { + margin: 28px; + } + + .first-infocard-image { + max-width: 239px; + max-height: 239px; + margin-bottom: 90px; + } +} @media screen and (max-width: 415px) { .image-main-desktop {