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-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;