fix tiles size + UNLOCK text that was out of frame

This commit is contained in:
meaz 2020-07-06 17:12:47 +02:00
parent 8dd4aed358
commit c7a8c61489
1 changed files with 7 additions and 0 deletions

View File

@ -369,6 +369,13 @@ div#nav-logo {
margin-right: auto;
margin-top: 5px;
margin-bottom: 5px;
min-width: 250px;
}
.goals .center {
text-align: center;
margin: 1em 0 3em;
}
}