diff --git a/index.html b/index.html index bd35014..bcce67c 100644 --- a/index.html +++ b/index.html @@ -170,7 +170,6 @@ Who we are ShopWisdom - diff --git a/style.css b/style.css index a5d8730..7724c8d 100644 --- a/style.css +++ b/style.css @@ -171,13 +171,11 @@ a.tel { text-decoration: none; } background: url(assets/brand/oc-mark-wh.svg) no-repeat center; background-size: 100% 100%; } .footer-inner { position: absolute; left: 0; right: 0; bottom: 0; padding-bottom: 22px; } -.footer-brand { width: 132px; height: 28px; background-color: var(--cream); margin-bottom: 12px; } -.footer-nav { display: flex; flex-wrap: wrap; gap: 22px; font-family: 'DM Sans', sans-serif; font-size: 0.7rem; font-weight: 400; text-transform: uppercase; letter-spacing: 0.13em; margin-bottom: 10px; } +.footer-brand { width: 128px; height: 27px; background-color: var(--cream); margin-bottom: 10px; } +.footer-nav { display: flex; flex-wrap: wrap; gap: 22px; font-family: 'DM Sans', sans-serif; font-size: 0.7rem; font-weight: 400; text-transform: uppercase; letter-spacing: 0.13em; margin-bottom: 9px; } .footer-nav a { color: var(--cream-soft); text-decoration: none; } .footer-nav a:hover { color: #fff; } -.footer-call { margin: 0 0 8px; } -.footer-call a.tel { color: var(--amber); font-family: 'DM Sans', sans-serif; font-size: 0.92rem; } -.footer-legal { font-family: 'DM Sans', sans-serif; font-size: 0.74rem; line-height: 1.6; color: rgba(247, 244, 239, 0.4); margin: 0; max-width: 52em; } +.footer-legal { font-family: 'DM Sans', sans-serif; font-size: 0.72rem; line-height: 1.55; color: rgba(247, 244, 239, 0.4); margin: 0; max-width: 46em; } /* Focus */ a:focus-visible, .btn:focus-visible { outline: 2px solid var(--amber); outline-offset: 3px; border-radius: 2px; }