disable title for now
This commit is contained in:
parent
52be4753c4
commit
98115742dd
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue