diff --git a/home.css b/home.css index 0dc5f4d..2202c09 100644 --- a/home.css +++ b/home.css @@ -2,7 +2,7 @@ body { margin: 0; padding: 0; font-family: "Raleway", sans-serif; - background-color: #F9FAFB; + background-color: #f2f2f2; color: #111827; text-align: center; } @@ -13,7 +13,7 @@ body { align-items: center; padding-left: 15px; border-bottom: 1.50px solid #111827; - background-color: #F9FAFB; + background-color: #f2f2f2; color: #111827; text-decoration: none; } @@ -93,3 +93,9 @@ body { .arrow { margin-left: 5px; } + +@media (max-width: 768px) { + .hero h1{ + font-size: 4rem; + } +} \ No newline at end of file diff --git a/invoice.html b/invoice.html index 9e1ab69..4cf795c 100644 --- a/invoice.html +++ b/invoice.html @@ -283,9 +283,10 @@