Jump to content

User:Sylphoid/minerva.css: Difference between revisions

From The Deadlock Wiki
checking border bottom
Tags: Mobile edit Mobile web edit
fix rule
Tags: Mobile edit Mobile web edit
 
(3 intermediate revisions by the same user not shown)
Line 12: Line 12:
   max-width:100% !important;
   max-width:100% !important;
}
}
.content .infobox th,
 
.content .infobox td {
@media screen and (max-width: 850px) {
  vertical-align:top;
.infobox-container {
  border:0;
width: 100%;
  border-bottom:2px solid green;
}
  padding:7px 10px
}
}

Latest revision as of 23:26, 20 March 2025

.content .infobox {
  font-size:90%;
  position:relative;
  border:1px solid blue;
  margin-bottom:2em;
  color:black;
  background-color:indigo;
  display:flex;
  flex:1 1 100%;
  flex-flow:column nowrap;
  width:100% !important;
  max-width:100% !important;
}

@media screen and (max-width: 850px) {
	.infobox-container {
		width: 100%;
	}
}