fix footer on mobile
This commit is contained in:
parent
a64d81c5e6
commit
b5d5c8f5cf
|
@ -320,7 +320,7 @@ footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: var(--secondary-text);
|
color: var(--secondary-text);
|
||||||
flex: 1 1 100%;
|
flex: 1 1 100%;
|
||||||
width: 1024px;
|
max-width: 1024px;
|
||||||
margin: 0 auto 10vh auto;
|
margin: 0 auto 10vh auto;
|
||||||
border-radius: 0 0 15px 15px;
|
border-radius: 0 0 15px 15px;
|
||||||
box-shadow: 3px 3px 5px var(--shadow);
|
box-shadow: 3px 3px 5px var(--shadow);
|
||||||
|
|
Loading…
Reference in New Issue