diff --git a/src/layout/Footer/FooterHost.svelte b/src/layout/Footer/FooterHost.svelte index 9e60cd2..9118dbd 100644 --- a/src/layout/Footer/FooterHost.svelte +++ b/src/layout/Footer/FooterHost.svelte @@ -106,6 +106,13 @@ align-items: center; } + @media screen and (max-width: 768px) { + .footer-bottom { + flex-wrap: wrap; + gap: 1rem; + } + } + #logo-name { font-size: 1.4rem; color: var(--white); @@ -119,7 +126,7 @@ .footer-bottom a { text-decoration: none; color: var(--grey-five); - font-weight: 500; + font-weight: 600; } li { @@ -131,7 +138,7 @@ li a { color: var(--accent-color); - font-weight: 500; + font-weight: 600; font-size: 0.95rem; } @@ -193,4 +200,8 @@ } } + svg { + padding-left: 15px; + padding-right: 15px; + } diff --git a/src/layout/Footer/FooterSection.svelte b/src/layout/Footer/FooterSection.svelte index 363e499..8c66643 100644 --- a/src/layout/Footer/FooterSection.svelte +++ b/src/layout/Footer/FooterSection.svelte @@ -19,7 +19,10 @@ {title} - {expanded ? '-' : '+'} + {expanded {#if expanded}