[fix] Responsive header.

This commit is contained in:
opi 2014-05-14 13:32:10 +02:00
parent 03e1e54152
commit 235ac32e64

View file

@ -307,7 +307,7 @@ textarea {
.user-menu a {
color: #999;
display: block;
padding: 1.25em 3em;
padding: 1.25em 1em;
position: relative;
z-index: 1;
}
@ -316,6 +316,12 @@ textarea {
color: #fff;
}
@media screen and (max-width: 480px) {
.user-menu {
float: none;
}
}
/* ==========================================================================