Convert to Hugo

This commit is contained in:
Marc Riera Irigoyen 2022-04-05 00:38:56 +02:00 committed by Marc Riera
parent adb41bef4a
commit 13edcf14d1
33 changed files with 196 additions and 93 deletions

View file

@ -0,0 +1,33 @@
<style>
a#logo {
color: #282828;
color: var(--MENU-SECTIONS-BG-color);
font-family: 'Work Sans', 'Helvetica', 'Tahoma', 'Geneva', 'Arial', sans-serif;
font-size: 20px;
font-weight: 400;
max-width: 60%;
text-transform: uppercase;
width: 60%;
margin-left: -10px;
}
a#logo:hover {
color: #282828;
color: var(--MENU-SECTIONS-BG-color);
}
@media only all and (max-width: 59.938em) {
a#logo {
font-size: 15px;
margin-top: -3px;
}
}
@media all and (-ms-high-contrast:none) {
{{ "/* IE11s understanding of positioning is weird at best */" | safeCSS }}
a#logo {
margin-top: -58px;
}
}
</style>
<a id="logo" href="{{ .Site.Params.landingPageURL | default "/" | relLangURL }}">
<img src="/images/logo_big.png"><br>
controller documentation
</a>