Just border-box everything lol

This commit is contained in:
Nathan McCarty 2025-02-11 17:59:33 -05:00
parent 6fd61d7524
commit 45dcb3d177
3 changed files with 4 additions and 13 deletions

View file

@ -7,7 +7,6 @@
display: flex;
flex-direction: column;
width: 75%;
box-sizing: border-box;
background-color: var(--bg-1);
color: var(--fg-1);
padding: 0.5rem;