Header mobile style fixes

This commit is contained in:
kvakazyambra 2023-10-26 00:41:34 +03:00
parent c459db5813
commit b0706b1560
2 changed files with 4 additions and 6 deletions

View File

@ -74,11 +74,10 @@
img {
height: 20px;
margin-top: 0.3rem;
object-fit: contain;
object-position: left;
position: relative;
top: 0.3rem;
top: 0.1rem;
transition: height 0.2s;
vertical-align: middle;
width: 100px;
@ -308,7 +307,7 @@
.burger {
cursor: pointer;
height: 1.8rem;
height: 1.6rem;
display: inline-block;
position: relative;
vertical-align: middle;
@ -356,13 +355,13 @@
}
&::after {
bottom: 0.8rem;
bottom: 0.7rem;
transform: rotate(-45deg);
}
&::before {
transform: rotate(45deg);
top: 0.8rem;
top: 0.7rem;
}
}
}

View File

@ -323,7 +323,6 @@ export const Header = (props: Props) => {
/>
<div class={styles.mobileCopyright}>
{t('Discours')} &copy; 2015&ndash;{new Date().getFullYear()}{' '}
<a href="/">{t('Terms of use')}</a>
</div>
</div>
</div>