footer logo/text size increase
This commit is contained in:
parent
13959ca3b9
commit
c6d06537ae
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue