<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Add your custom CSS here
*/

.no-padding {
    padding: 0;
}
.pl-0 {
    padding-left: 0;
}
.height-155{
	height: 155px;
}
.list-post img {
    max-height: 100%;
}

@media only screen and (max-width:990px){
	
  .height-155{
	height: auto;
	}
}</pre></body></html>