Template:Figure/Styles.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
< Template:Figure
Revision as of 04:59, 24 April 2021 by Paisley Park (talk | contribs) (Undo revision 595449 by Paisley Park (talk))
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;
}
}