fix
This commit is contained in:
parent
ff124b514a
commit
a13fe6f2ad
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user