wrap header content on small screens

This commit is contained in:
Milan Pässler 2020-07-22 23:33:06 +02:00
parent 00deb68b01
commit 87ba60b6eb

View file

@ -921,7 +921,7 @@ form>div.history {
.mode-changers {
display: flex;
width: 100%;
margin-left: auto;
}
.mode-changers a.active {
border-bottom: 3px solid white;
@ -937,3 +937,7 @@ form>div.history {
font-weight: bold;
margin: 1em .4em;
}
header h3:first-child {
margin-right: 1.5em;
}