footer logo/text size increase

This commit is contained in:
roryjshelton 2023-05-10 09:16:33 -07:00
parent 13959ca3b9
commit c6d06537ae
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,8 @@ import "./FooterStyles.css";
<h6>
<div class="footer-logo"></div>
<ul>
<span class="footer-email"></span><span class="pr-[6vw]"
<span class="footer-email"></span><span
class="text-[calc(10px_+_(21_-_10)_*_((100vw_-_300px)_/_(1600_-_300)))] font-thin not-italic pr-[6vw]"
>contact@lumeweb.com</span
>
<span class="footer-h2">Freedom, privacy, ownership.</span>

View File

@ -46,7 +46,7 @@
background-repeat: no-repeat;
background-size: contain;
height: 8.1vh;
min-width: 100px;
min-width: 130px;
display: inline-block;
text-align: left;
z-index: 998 !important;