Files
planica2018/main.css
2018-10-03 20:43:06 +02:00

13 lines
296 B
CSS

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