core: redesign website #11

Merged
Trianta merged 122 commits from redesign into main 2024-12-10 03:16:37 -06:00
Showing only changes of commit 226cfd3b75 - Show all commits

View File

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