Template:Infobox strat/styles.css: Difference between revisions

Created page with "CSS file for Infobox strat: .infobox-title{ background-color : orange; }"
 
m Try to set infobox full width on mobile
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
Line 3: Line 3:
.infobox-title{
.infobox-title{
background-color : orange;
background-color : orange;
}
@media (max-width: 720px) {
  .infobox{
  width: 100%;
  }
}
}