fix: fix styling

This commit is contained in:
Yarmo Mackenbach 2023-10-04 15:37:37 +02:00
parent 1b36959d17
commit fafa3ad58d
No known key found for this signature in database
GPG key ID: 3C57D093219103A3

View file

@ -35,6 +35,9 @@ more information on this, and how to apply and follow the GNU AGPL, see <https:/
* {
box-sizing: border-box;
}
:focus {
z-index: 100;
}
/* HELPERS */
.spacer {