File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 {
647648}
648649
649650.footer-heading {
650- font-size : 1.8 rem ;
651+ font-size : 1.7 rem ;
651652 font-weight : 500 ;
652653 margin-bottom : 4rem ;
653654}
654655
655656.contacts {
656657 font-style : normal;
657- font-size : 1.6 rem ;
658+ font-size : 1.5 rem ;
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 {
672679.footer-link : link ,
673680.footer-link : visited {
674681 text-decoration : none;
675- font-size : 1.6 rem ;
682+ font-size : 1.5 rem ;
676683 color : # 767676 ;
677684 transition : all 0.3s ;
678685}
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments