Push after two months, oops

This commit is contained in:
Cametendo
2026-06-08 10:33:47 +02:00
parent 75299c9236
commit 8dfc70fde1
41 changed files with 2092 additions and 108 deletions

11
website/style.css Normal file
View File

@@ -0,0 +1,11 @@
/* Reset body margins and prevent double scrollbars */
body {
margin: 0;
padding: 0;
}
iframe {
width: 100%;
height: 1400px;
border: none;
}