<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.galerie{
	padding: 30px -1px 30px 30px;
	width:100%;
	margin:auto;
}
/* clear fix */
.galerie:after {
  content: '';
  display: block;
  clear: both;
}
.grid-item{
	width:300px;
	height:auto;
	float: left;
	padding:3px 5px;
	margin:auto;
}</pre></body></html>