💄 (feature flow) height minus margin

This commit is contained in:
Julien Calixte
2023-07-11 22:09:18 +02:00
parent dcdc80e24d
commit 83f2e4588c

View File

@@ -1,5 +1,5 @@
main {
height: 100vh;
height: calc(100vh - 2 * 1rem);
}
ul {