Anonymous

MediaWiki:Mobile.css: Difference between revisions

From Kainga Encyclopedia
no edit summary
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 19: Line 19:
/* Color variables for tech rarity colors */
/* Color variables for tech rarity colors */
:root {
:root {
--Festival: #fff400;
--Unique: #cc003f;
--Unique: #cc003f;
--Legendary: #ffbc00;
--Legendary: #ffbc00;
Line 39: Line 40:


/* center elements on mobile */
/* center elements on mobile */
.mobCenter
.mobCenter{
margin:3px auto;
margin:3px auto;
}
/* fix video embed size */
.embedvideo{
max-width:640px !important;
width:auto !important;
}
}