Temporaly reverted old test variant

This commit is contained in:
2026-06-11 07:41:59 +02:00
parent fef960d4ce
commit 246a08b941
18 changed files with 1950 additions and 788 deletions

14
front_new/css/main.css Normal file
View File

@@ -0,0 +1,14 @@
* {
padding: 0;
margin: 0;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
body {
width: 100%;
height: 100dvh;
margin: 0;
padding: 0;
overflow: hidden;
display: flex;
}