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:
@@ -10,6 +10,9 @@ body {
|
||||
line-height: 1.5;
|
||||
margin: 0;
|
||||
}
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.container {
|
||||
margin: 0 auto;
|
||||
padding: 0 1rem;
|
||||
|
Reference in New Issue
Block a user