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

Created page with "CSS file for Infobox taser: .infobox-title{ background-color : gold; }"
 
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 : gold;
background-color : gold;
}
@media (max-width: 720px) {
  .infobox{
  width: 100%;
  }
}
}