disable title for now

This commit is contained in:
j 2023-05-22 09:57:25 +02:00
parent 52be4753c4
commit 98115742dd

View file

@ -2,8 +2,10 @@
.topnav {
background-color: #222e;
position: relative;
height: 68px;
padding: var(--spacing-2);
//height: 68px;
//padding: var(--spacing-2);
height: 0;
padding: 0;
box-sizing: border-box;
z-index: 110;