Added box sizing to the HomeTool styles.sass

This commit is contained in:
Mathias Wagner 2023-06-03 17:02:36 +02:00
parent d4423431b9
commit dbf1a405c0
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -2,6 +2,7 @@
.home-tool
display: flex
box-sizing: border-box
align-items: center
user-select: none
width: 100%