Add horizontal margin to navbar icons and remove unused code

This commit is contained in:
Bnyro 2023-05-28 11:02:10 +02:00
parent bc73307a47
commit 093ac529c7

View file

@ -195,7 +195,7 @@ export default {
@apply absolute right-3 cursor-pointer rounded-full bg-[#ccc] w-4 h-4 text-center text-black opacity-50 hover:(opacity-70) text-size-[13px];
line-height: 1.05;
}
.mobile-nav svg {
width: 16px;
.mobile-nav div {
@apply mx-1;
}
</style>