Template:Figure/Styles.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
< Template:Figure
Revision as of 19:01, 29 April 2021 by Vish (talk | contribs) (Reverted edits by Vish (talk) to last revision by Paisley Park)
Jump to navigation Jump to search
.figureBoxCell {
	border: 2px double #ededed;
}

.figureImage img {
	border: 2px solid black;
}

@media only screen and (max-width: 600px) {
.figureImage {
	display: table-header-group !important;
}

#figureColumn2 {
	display: block !important;
}
}