Commit 0d426636 authored by minseok.park's avatar minseok.park

update logo

parent aa889ea5
......@@ -35,6 +35,23 @@ body {
margin-right: 10px;
}
.navbar-title-contents {
display: flex;
flex-direction: column;
justify-content: center;
}
.navbar-title-contents .navbar-title {
color: var(--color-bwg-main);
font-size: 29px;
font-weight: 600;
}
.navbar-title-contents .navbar-title.sub {
font-size: 12px;
font-weight: 300;
}
.navbar-brand {
display: flex;
flex: auto;
......@@ -239,11 +256,6 @@ body {
.navbar-menu:not(.is-active) {
display: none;
}
.navbar-menu a.navbar-item:hover,
.navbar-menu .navbar-link:hover {
/* background: var(--navbar-menu_hover-background); */
}
}
@media screen and (min-width: 1024px) {
......
......@@ -3,7 +3,11 @@
<div class="navbar-brand">
<a class="navbar-item" href="{{{or site.url siteRootPath}}}">
<i class="navbar-logo"></i>
{{site.title}}
{{!-- {{site.title}} --}}
<div class="navbar-title-contents">
<span class="navbar-title">SWLab</span>
<span class="navbar-title sub">Bankware Global</span>
</div>
</a>
{{#if env.SITE_SEARCH_PROVIDER}}
<div class="navbar-item search hide-for-print">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment