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

From Mizuumi Wiki
Jump to navigation Jump to search
No edit summary
m (css sucks)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:


.en-text{
.en-text{
/*Nothing rn*/
}
}


.pt-text{
.jp-text{
/*Nothing rn*/
display: none;
}
 
.res-img{
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;
}