Initial commit

This commit is contained in:
2026-06-23 11:31:51 +02:00
commit aded207f40
41 changed files with 45265 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
/*!
* Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
* Copyright 2013-2019 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
*/
body {
padding-top: 56px;
}
.bg-image-full {
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}