Skip to content

Commit

Permalink
Merge pull request #12 from esdete2/11-box-sizing
Browse files Browse the repository at this point in the history
fix: Set box-sizing to border-box for all elements
  • Loading branch information
esdete2 authored Dec 20, 2024
2 parents 028f12c + 6ff2169 commit 7a8089a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/scss/Mirt.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
@import 'variables';

.mirt,
.mirt * {
box-sizing: border-box;
}

.mirt {
display: flex;
background-color: #333;
Expand Down

0 comments on commit 7a8089a

Please sign in to comment.