Align user menu to the right on mobile

This commit is contained in:
Joachim 2022-12-23 20:17:12 +01:00
parent 6947e74f5d
commit 7f3b208927

View file

@ -1,3 +1,14 @@
@media only screen and (max-width: 768px) {
.navbar-menu {
text-align: right;
padding-right: 1rem;
.tags {
justify-content: flex-end;
}
}
}
.image {
overflow: hidden;
}