Added box sizing to the HomeTool styles.sass
This commit is contained in:
parent
d4423431b9
commit
dbf1a405c0
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
.home-tool
|
.home-tool
|
||||||
display: flex
|
display: flex
|
||||||
|
box-sizing: border-box
|
||||||
align-items: center
|
align-items: center
|
||||||
user-select: none
|
user-select: none
|
||||||
width: 100%
|
width: 100%
|
||||||
|
Reference in New Issue
Block a user