Added box sizing to the HomeTool styles.sass

This commit is contained in:
2023-06-03 17:02:36 +02:00
parent d4423431b9
commit dbf1a405c0

View File

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