Template:Full-width-image/styles.css

From Dune: Awakening Community Wiki
Jump to navigation Jump to search
.full-width-image {
	position: relative;
	overflow: hidden;
	height: auto;
	margin-bottom: .6em;
    width: 100%;
}

.full-width-image img {
	max-width: 100%;
	height: auto;
	width: 100%;
}