Template:ToDoBanner/styles.css: Difference between revisions

From Little Tail Wiki
Jump to navigationJump to search
Created page with "img { width: 100%; height: auto; }"
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
img {
div.banner-img {
  width: 100%;
width: 35%;
  height: auto;
height: auto;
}
}

Latest revision as of 16:15, 11 March 2025

div.banner-img {
	width: 35%;
	height: auto;
}