mirror of https://github.com/artifacthub/blog.git
Added blog to the title
Signed-off-by: Matt Farina <matt@mattfarina.com>
This commit is contained in:
parent
f16a5d4c84
commit
514b8b9e10
|
|
@ -11,6 +11,7 @@
|
|||
<img class="gdoc-brand__img" src="{{ (default "brand.svg" .Root.Site.Params.GeekdocLogo) | relURL }}" alt="{{ .Root.Site.Title }}" width=20 height=20>
|
||||
Artifact <span class="gdoc-brand__hub">HUB</span>
|
||||
<span class="gdoc-brand__badge">BETA</span>
|
||||
<span class="gdoc-brand__suffix">Blog</span>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -110,6 +110,10 @@ code {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.gdoc-brand__suffix {
|
||||
padding-left: 0.5rem;
|
||||
}
|
||||
|
||||
.gdoc-brand__badge-content {
|
||||
position: relative;
|
||||
bottom: -1px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue