Ero sivun ”Järjestelmäviesti:Minerva.css” versioiden välillä

ITS Factory Developer Wikistä
(Ak: Uusi sivu: →‎All CSS here will be loaded for users of the MinervaNeue skin: @media only screen and (max-width: 600px) { .mainItem { width:100%; background-color:#f6f6f6; } })
 
Ei muokkausyhteenvetoa
Merkkaukset: Mobiilimuokkaus mobiilisivusto-muokkaus
Rivi 2: Rivi 2:
@media only screen and (max-width: 600px) {
@media only screen and (max-width: 600px) {
   .mainItem {
   .mainItem {
     width:100%;
     width:100% !important;
     background-color:#f6f6f6;
     background-color:#f6f6f6 !important;
   }
   }
}
}

Versio 4. marraskuuta 2022 kello 12.36

/* All CSS here will be loaded for users of the MinervaNeue skin */
@media only screen and (max-width: 600px) {
  .mainItem {
    width:100% !important;
    background-color:#f6f6f6 !important;
  }
}