Fix error created by a non-menu item inside a menu

This commit is contained in:
Gabe Kangas
2022-03-07 15:59:58 -08:00
parent c360b943db
commit ebe5558d58
2 changed files with 10 additions and 7 deletions

View File

@@ -13,6 +13,7 @@
h1.owncast-title {
padding: 1rem;
padding-bottom: 4px;
display: flex;
flex-direction: row;
justify-content: center;
@@ -20,7 +21,9 @@
.logo-container {
background-color: var(--white);
padding: 0.35rem;
padding-top: 4px;
padding-right: 6px;
padding-left: 6px;
border-radius: 9999px;
}