Thanks to @herince - fixes menu bar when Streaming button is added (it's more wide now when possible)
This commit is contained in:
parent
fdaf2752b7
commit
60f84fa16c
|
@ -276,6 +276,10 @@ nav .menu > li:hover {
|
|||
text-indent: -9999px;
|
||||
}
|
||||
|
||||
nav > .content {
|
||||
max-width: 1080px;
|
||||
}
|
||||
|
||||
nav ul a {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in New Issue