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

From bg3.wiki
Jump to navigation Jump to search
(initial commit)
 
m (Sky moved page Template:CharacterInfo/styles.css to Template:Character info/styles.css without leaving a redirect)
 

Latest revision as of 17:24, 23 October 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) {
	
}