hugo-theme-relearn/docs/layouts/partials/custom-header.html

45 lines
1 KiB
HTML
Raw Normal View History

<style>
/* image effects */
#R-body img.bg-white {
background-color: white;
}
/* logo */
#R-logo {
font-size: 1.875rem;
margin-bottom: -.666rem;
margin-top: -.666rem;
max-width: 100%;
width: 14.125rem;
}
@media only all and (max-width: 59.999rem) {
#R-logo {
font-size: 1.5625rem;
margin-bottom: -.1875rem;
margin-top: -.1875rem;
}
}
#R-logo svg {
display: inline-block;
opacity: .945;
vertical-align: middle;
2025-02-12 22:54:49 +01:00
width: 29% !important;
}
@media only all and (max-width: 59.999rem) {
#R-logo svg {
2025-02-12 22:54:49 +01:00
width: 24.5% !important;
}
}
#R-logo svg * {
opacity: .945;
}
#R-logo .logo-title{
display: inline-block;
text-align: left;
text-wrap: wrap;
overflow-wrap: break-word;
vertical-align: middle;
width: 4.5em;
}
</style>