Skip to content

Commit 42168fa

Browse files
committed
20-10-2024
1 parent fc7f10e commit 42168fa

2 files changed

Lines changed: 14 additions & 9 deletions

File tree

css/style.css

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,8 @@
613613
}
614614

615615
.grid--footer {
616-
grid-template-columns: 1.5fr 1.5fr 1fr 1fr 1fr;
616+
/* grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
617+
grid-template-columns: repeat(5, 1fr);
617618
}
618619

619620
.logo-col {
@@ -647,19 +648,25 @@
647648
}
648649

649650
.footer-heading {
650-
font-size: 1.8rem;
651+
font-size: 1.7rem;
651652
font-weight: 500;
652653
margin-bottom: 4rem;
653654
}
654655

655656
.contacts {
656657
font-style: normal;
657-
font-size: 1.6rem;
658+
font-size: 1.5rem;
658659
line-height: 1.6;
660+
list-style: none;
661+
display: flex;
662+
flex-direction: column;
663+
gap: 2.4rem;
659664
}
660665

661666
.address {
662667
margin-bottom: 2.4rem;
668+
font-size: 1.5rem;
669+
color: #767676;
663670
}
664671

665672
.footer-nav {
@@ -672,7 +679,7 @@
672679
.footer-link:link,
673680
.footer-link:visited {
674681
text-decoration: none;
675-
font-size: 1.6rem;
682+
font-size: 1.5rem;
676683
color: #767676;
677684
transition: all 0.3s;
678685
}

index.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -685,13 +685,11 @@ <h2 class="heading-secondary">Get your first meal for free!</h2>
685685
<div class="address-col">
686686
<p class="footer-heading">Contact us</p>
687687
<address class="contacts">
688-
<p class="address">
689-
623 Harrison St., 2nd Floor, San Francisco, CA 94107
690-
</p>
688+
<p class="address">Dumdum, Kolkata, West Bengal, India.</p>
691689
<p>
692-
<a class="footer-link" href="tel:415-201-6370">415-201-6370</a
690+
<a class="footer-link" href="tel:0032-123456">0032-123456</a
693691
><br />
694-
<a class="footer-link" href="mailto:hello@omnifood.com"
692+
<a class="footer-link" href="mailto:hello@cloudkitchen.com"
695693
>hello@cloudkitchen.com</a
696694
>
697695
</p>

0 commit comments

Comments
 (0)