Add some media queries to improve UI on mobile
This commit is contained in:
committed by
Jovan Gerodetti
parent
bd5a81e599
commit
049e3fc08c
@@ -23,3 +23,9 @@ limitations under the License.
|
||||
.mx_AuthHeaderLogo img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media only screen and (max-width : 480px) {
|
||||
.mx_AuthHeaderLogo {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user