Fixes n shit

This commit is contained in:
Michał Gdula 2022-07-25 20:59:02 +01:00
parent a9ba8669a6
commit 19e945d1cd
14 changed files with 28 additions and 22 deletions

View file

@ -4,11 +4,11 @@
.edit-root {
margin: 0 auto 2rem; padding: 0.5rem;
max-width: 621px;
max-width: 621px; width: calc(100% - 2rem);
background-color: var(--bg); color: var(--fg);
border: 0.2rem solid var(--green);
border: 0.2rem solid var(--red);
outline: 0.5rem solid var(--bg);
border-radius: var(--rad);