Skip to content

Commit

Permalink
docs: better footer description rendering on very small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
nunogois committed Jan 28, 2025
1 parent 577b73c commit 4d1627c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,13 @@ html[data-theme="dark"] .footer-separator {
}
}

@media (max-width: 500px) {
.footer-description {
flex-direction: column;
align-items: center;
}
}

.navbar {
background-color: var(--unleash-color-sub-background);
box-shadow: none;
Expand Down

0 comments on commit 4d1627c

Please sign in to comment.