fix: keep logo to the left (#5399)
All checks were successful
continuous-integration/drone/push Build is passing

prevent the fsfe logo floating over the menu stuff when pages are in an rtl language
eg arabic

Should fix #4255

Co-authored-by: Darragh Elliott <me@delliott.net>
Reviewed-on: #5399
Reviewed-by: tobiasd <tobiasd@fsfe.org>
Co-authored-by: delliott <delliott@fsfe.org>
Co-committed-by: delliott <delliott@fsfe.org>
This commit is contained in:
2025-10-13 06:06:04 +00:00
committed by tobiasd
parent e7dbdee3a6
commit 1905d6c70a

View File

@@ -175,6 +175,7 @@ div#masthead {
}
#logo {
.pull-left;
display: block;
height: 85px;
width: 158px;