Template:Character info/styles.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(initial commit)
(No difference)

Revision as of 00:23, 11 August 2023

/*Currently a skeleton to initialize this stylesheet*/

/* mobile screens */
@media screen and (max-width: 768px) {
	
}

/* Medium sized screen */
@media screen and (max-width: 1024px) {
	
}

/* desktop and larger */
@media screen and (min-width: 1025px) {
	
}