Use wrapper to prevent password change popups from screwing up the layout

This commit is contained in:
2021-12-27 23:14:50 +00:00
parent c112d95a41
commit ab43387f06
3 changed files with 17 additions and 12 deletions

View File

@ -37,7 +37,7 @@ html {
font-size: 70.7%;
}
body {
#wrapper {
display: grid;
grid-template-columns: 300px auto;
}