Template:Battle/style.css

From A KoL Wiki
Revision as of 12:49, 6 September 2025 by Gausie (talk | contribs) (Create style.css, currently for the sandbox version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.template-battle2 {
	display: block;
}

.infobox {
    float: right;
    width: 23em;
    margin-left: 1em;
    margin-bottom: 0.5em;
}

@media (max-width:850px){
	.template-battle2 {
		display: flex;
		flex-direction: column;
	}
    .template-battle2 .infobox-container  {
    	order: -1;
        width: 100%;
        margin-left: 0;
        float: none;
    }
    .template-battle2 .monster-info {
    	order: -2;
    }
}