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

From MKWii TAS Wiki
Jump to navigation Jump to search
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%;
  }
}
}

Latest revision as of 22:20, 28 October 2025

/* CSS file for Infobox taser */

.infobox-title{
	background-color : gold;
}

@media (max-width: 720px) {
  .infobox{
  	width: 100%;
  }
}