Basic account system

This commit is contained in:
Michał Gdula 2022-07-25 16:13:26 +01:00
parent 0536dfc62c
commit 87dc4d5ff0
19 changed files with 371 additions and 46 deletions

View file

@ -33,7 +33,7 @@ nav hr {
width: auto;
justify-content: space-between;
}
@media (max-width: 569px) {
@media (max-width: 800px) {
.nav-name h3, .nav-name {
display: none;
}