Skip to content

Commit 2acb1cd

Browse files
Header logo changed
1 parent 2ceb454 commit 2acb1cd

File tree

4 files changed

+51
-164
lines changed

4 files changed

+51
-164
lines changed

assets/scss/common/_custom.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Put your custom SCSS code here
22
.navbar-brand > img {
3-
height: 40px;
3+
height: 60px;
44
}
55

66
.offcanvas .nav-link, .offcanvas .banner .nav a, .banner .nav .offcanvas a{

images/logo_full.svg

Loading

layouts/partials/header/header.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<!-- <a class="navbar-brand me-auto me-lg-3" href="{{ relLangURL "" }}">{{ .Site.Title }}</a> -->
2323
<a class="navbar-brand order-0 text-center" href="{{ "/" | relLangURL }}" aria-label="{{ .Site.Params.Title }}">
2424
<img src="/images/logo_full.svg" alt="Open Component Model Logo" class="header-logo">
25-
</br>
26-
<small class="text-uppercase text-white fs-6">Components</small>
25+
<!-- </br>
26+
<small class="text-uppercase text-white fs-6">Components</small> -->
2727
</a>
2828

2929
<!-- FlexSearch mobile -->

0 commit comments

Comments
 (0)