diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 96b8c2e..62d9ae3 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -6,50 +6,3 @@ .lowercase { text-transform: lowercase !important; } - - - - - - - -.site-header-inner { - display: flex; - align-items: center; - gap: 10px; -} - -.site-logo img { - max-height: 40px; - width: auto; -} - -.site-title { - font-size: 1.5em; - color: inherit; - text-decoration: none; - display: inline-block; -} - -.label { - display: inline-block; - padding: 2px 6px; - border-radius: 3px; - font-size: 0.8em; - margin-left: 5px; - vertical-align: middle; -} - -span.label.label-grey { - background-color: #ededed; - color: #6c757d; -} - -.menu-label { - background-color: #2196F3; - color: white; - padding: 2px 6px; - border-radius: 3px; - font-size: 0.8em; - margin-left: 5px; -}