Files
geocaching_js/static/css/gagne.css
2024-12-24 00:52:14 +01:00

26 lines
362 B
CSS

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
height: 100%;
width: 100%;
}
.fullscreen-container {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
overflow: hidden;
}
.fullscreen-container img {
width: 100%;
height: 100%;
object-fit: cover;
}