Files
planica2018/main.css
2018-10-15 19:20:45 +02:00

15 lines
346 B
CSS

.navbar-brand {
font-size: 24px;
}
.planica-jumbo {
background-image: url("imgs/planica.jpg");
background-position: center center;
background-size: cover;
}
.gallery-jumbo {
background-image: url("imgs/gallery.jpg");
background-position: center center;
background-size: cover;
}
img { image-orientation: from-image; }