core: resize some other width to rem

This commit is contained in:
Trianta 2024-12-09 15:37:45 -06:00
parent 55f39569f3
commit 226cfd3b75

View File

@ -24,7 +24,7 @@ canvas {
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
padding: 6px;
max-width: 900px;
max-width: inherit;
margin: auto;
display: flex;
}
@ -141,7 +141,7 @@ a.button {
text-align: center;
border-radius: 18px;
animation: card 3s linear infinite;
width: 800px;
width: 78rem;
height: 800px;
margin: 0px auto;
margin-top: 25px;