first commit

This commit is contained in:
2025-05-13 12:12:47 +02:00
commit c37cf55f67
75 changed files with 13258 additions and 0 deletions

18
styles/Tabsbar.module.css Normal file
View File

@@ -0,0 +1,18 @@
.tabs {
display: flex;
/* flex-wrap: wrap; */
background: var(--tabs-bg);
overflow-x: auto;
}
@media screen and (max-width: 900px) {
.tabs {
width: 78vw;
}
}
@media screen and (max-width: 600px) {
.tabs {
width: 89.5vw;
}
}