Push hamburger menu to the right

This commit is contained in:
Claude Paroz 2025-07-08 21:20:26 +02:00
parent 58131bd4ad
commit ef0a26397f
4 changed files with 13 additions and 8 deletions

View file

@ -21,12 +21,17 @@ nav {
margin-top: 0.5em;
color: #d77070;
}
.navbar-toggler {
margin-left: auto;
}
@media only screen and (max-width : 992px) {
.nav-sep { display: none; }
.navbar-brand img { max-width: 5em; }
.hometitle { font-size: 280%; }
}
@media only screen and (max-width : 500px) {
.logo-container img { width: 70px; }
}
.alert-danger { background-color: #FFD79C; }
.main-text { max-width: 100vw; }
.red-bottom { border-bottom: 1px solid red; }

File diff suppressed because one or more lines are too long