This commit is contained in:
Marion Muszynski 2017-05-17 16:51:05 +02:00
parent ff124b514a
commit a13fe6f2ad

View File

@ -5,8 +5,10 @@
background-position: center 99px;
background-repeat: no-repeat;
}
@media screen and (max-width:767px){ {
background-image: none !important;
@media screen and (max-width:767px){
body#authentication {
background-image: none !important;
}
}
{else}
body#authentication {
@ -14,8 +16,10 @@
background-position: center 99px;
background-repeat: no-repeat;
}
@media screen and (max-width:767px){ {
background-image: none !important;
@media screen and (max-width:767px){
body#authentication {
background-image: none !important;
}
}
{/if}
</style>