1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-06 06:07:33 +02:00

fix: Box sizing style

This commit is contained in:
Phuoc Nguyen
2022-09-19 16:50:19 +07:00
parent 63235dbb71
commit 16e003b4b0

View File

@@ -10,6 +10,9 @@ body {
line-height: 1.5;
margin: 0;
}
* {
box-sizing: border-box;
}
.container {
margin: 0 auto;
padding: 0 1rem;