Files

14 lines
261 B
CSS
Raw Permalink Normal View History

2018-03-12 13:23:44 +01:00
.theme-preview {
position: relative;
display: block;
overflow: hidden;
padding-bottom: 75%;
}
.theme-preview img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}