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 {
|
.topnav {
|
||||||
background-color: #222e;
|
background-color: #222e;
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 68px;
|
//height: 68px;
|
||||||
padding: var(--spacing-2);
|
//padding: var(--spacing-2);
|
||||||
|
height: 0;
|
||||||
|
padding: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
z-index: 110;
|
z-index: 110;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue