First version of the new layout.

This commit is contained in:
2026-02-12 02:58:57 +01:00
parent 46395bb945
commit 124c97e6cc
278 changed files with 500 additions and 83715 deletions

View File

@@ -0,0 +1,24 @@
html, body{
height: 100%;
margin: 0;
padding: 0;
font-size: 25px;
scroll-behavior: smooth;
}
/* Container types */
.vert_container{
display: flex;
flex-wrap: wrap;
align-items: center;
}
.scroll_container {
overflow-y: auto;
scroll-snap-type: y mandatory;
}
.scroll_section {
height: 100vh;
scroll-snap-align: start;
}