Skip to content

Commit

Permalink
header fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
elv1s42 committed Jul 18, 2021
1 parent 7fccafb commit 5b23d8e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
Expand Up @@ -18607,9 +18607,6 @@ img {
.font-size-smaller {
font-size: smaller; }

.max-w-50 {
max-width: 50%; }

.d-flex-row-to-column {
display: flex !important;
flex-direction: row; }
Expand Down
@@ -1 +1 @@
{"Target":"book.min.a910d70ae1e2e2af7edc605b6034b12c41987e55edbe74f64d33ebf289ee438f.css","MediaType":"text/css","Data":{"Integrity":"sha256-qRDXCuHi4q9+3GBbYDSxLEGYflXtvnT2TTPr8onuQ48="}}
{"Target":"book.min.9ca47a2e17462703bdfeae5f3d0a173174d6cdc93d05e7535dba487875b0fc65.css","MediaType":"text/css","Data":{"Integrity":"sha256-nKR6LhdGJwO9/q5fPQoXMXTWzck9BedTXbpIeHWw/GU="}}
3 changes: 0 additions & 3 deletions themes/hugo-book/assets/_custom.scss
Expand Up @@ -338,9 +338,6 @@ img {
font-size: smaller;
}

.max-w-50 {
max-width: 50%;
}
.d-flex-row-to-column {
display: flex !important;
flex-direction: row;
Expand Down
10 changes: 5 additions & 5 deletions themes/hugo-book/layouts/partials/docs/big-header.html
@@ -1,9 +1,9 @@
<div class="d-flex flex-column w-100 big-header">
<div class="w-100 overflow-hidden flex-grow-1 position-absolute" style="min-height: 100px;">
<img class="float-left max-w-50" src="/static/lib/logo/top-left.svg" alt="background" />
<div class="d-flex flex-column w-100 big-header position-relative">
<div class="w-100 flex-grow-1">
<img class="float-left position-absolute h-100" src="/static/lib/logo/top-left.svg" alt="background" />
</div>
<div class="w-100 overflow-hidden flex-grow-1 position-absolute" style="min-height: 100px;">
<img class="float-right max-w-50 bottom-0 right-0" src="/static/lib/logo/bottom-right.svg" alt="background" />
<div class="w-100 flex-grow-1">
<img class="float-right position-absolute h-100 bottom-0 right-0" src="/static/lib/logo/bottom-right.svg" alt="background" />
</div>
<div class="w-100">
<div class="container with-blur big-header-card mt-4 mb-4">
Expand Down

0 comments on commit 5b23d8e

Please sign in to comment.