mirror of
https://github.com/sruupl/batflat.git
synced 2026-01-12 00:42:04 +01:00
14 lines
261 B
CSS
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;
|
|
} |