Template:Text-PB/styles.css: Difference between revisions

From Mizuumi Wiki
Jump to navigation Jump to search
m (test)
m (css sucks)
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:


.res-img{
.res-img{
display: none;
max-width:70%;
height:auto;
}
}

Latest revision as of 12:32, 31 January 2024

/*Text fields classes*/

.en-text{
	
}

.jp-text{
	display: none;
}

.res-img{
	max-width:70%;
	height:auto;
}