fixes avatar menu in responsive design

This commit is contained in:
overflowerror 2021-01-23 20:09:00 +01:00
parent f7a869c625
commit f19418f2c2

View file

@ -26,6 +26,14 @@
margin-right: auto;
}
@media only screen and (max-width: 990px) {
.avatar-dropdown {
left: 0;
right: auto;
text-align: left;
}
}
.no-content {
margin-left: 3%;
}