Denys Vuika 3c1c2ec94b Add missing user info reference
includes minor code readability improvements
2016-11-07 12:04:10 +00:00

14 lines
228 B
CSS

@media only screen and (max-width: 640px) {
.mdl-layout__header.header-search-expanded .mdl-layout-title {
display: none;
}
}
.mdl-layout-title {
font-size: 17px;
}
.user-profile {
margin-right: 3px;
}