fix requested changes from #3991

Signed-off-by: Jovan Gerodetti <jovan.gerodetti@titannano.de>
This commit is contained in:
Jovan Gerodetti
2020-06-16 23:11:32 +02:00
parent 049e3fc08c
commit af1c2f9b29
6 changed files with 36 additions and 33 deletions
+4 -4
View File
@@ -24,8 +24,8 @@ limitations under the License.
width: 100%;
}
@media only screen and (max-width : 480px) {
.mx_AuthHeaderLogo {
display: none;
}
@media only screen and (max-width: 480px) {
.mx_AuthHeaderLogo {
display: none;
}
}