Skip to content

Commit

Permalink
LSD-1501 Stack the brand logo text/img, remove unneccessary img
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyklapatch committed May 9, 2024
1 parent 79df2ea commit 4688991
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions best-cigars-guide/blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ header nav[aria-expanded="true"] {
'brand' calc(var(--nav-height) / 2)
'tools' auto
}

header nav .brand-logo {
flex-flow: column;
}

header nav .nav-brand img {
padding: 0.5em 0;
}
}

@media (width >= 900px) {
Expand Down
Binary file not shown.

0 comments on commit 4688991

Please sign in to comment.