adaptions styling

This commit is contained in:
ma0068
2025-01-22 11:17:09 +01:00
parent 0d0071e8bf
commit 295e2aa3e5
6 changed files with 32 additions and 16 deletions
+16
View File
@@ -0,0 +1,16 @@
@import './components/verticalsplit.css';
html {
font-size: .875em;
}
.vv{
display: flex;
flex-direction: column;
height: 100vh;
}
.vv> header {
flex: 0 0 auto;
}
.vv> div {
flex: 1 1 auto;
}