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

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

Latest revision as of 22:19, 28 October 2025

/* CSS file for Infobox strat */

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

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