Files
Batflat/inc/modules/settings/css/admin/settings.css
2018-03-12 13:23:44 +01:00

14 lines
261 B
CSS

.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;
}