diff --git a/default.css b/default.css index 4be9383..e797beb 100644 --- a/default.css +++ b/default.css @@ -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;