Merged login signup and account page into one

This commit is contained in:
Michał Gdula 2022-09-06 18:15:59 +00:00
parent 8c98b90766
commit b227baf239
11 changed files with 257 additions and 259 deletions

View file

@ -57,6 +57,10 @@ nav {
width: auto;
}
.nav-mobile {
display: none;
}
@media (max-width: 800px) {
.nav-name {
display: none;
@ -110,4 +114,7 @@ nav {
#back-to-top {
bottom: 5rem !important;
}
.nav-mobile {
display: block;
}
}