Reformatting codew

This commit is contained in:
Michał Gdula 2022-07-26 12:33:28 +01:00
parent 19e945d1cd
commit d6c9951233
8 changed files with 95 additions and 65 deletions

View file

@ -21,7 +21,7 @@
margin: 0.5rem; padding: 0;
/*max-width: 232.5px; max-height: 232.5px;*/
height: auto; max-width: 315px;
height: auto; max-width: 350px;
background-color: var(--bg-2);
border-radius: var(--rad);

View file

@ -42,3 +42,12 @@ nav hr {
justify-content: space-around;
}
}
@media (max-width: 400px) {
.nav-hide {
display: none;
}
.nav-links a .svg {
margin: 0;
}
}