This commit is contained in:
Tobias Reisinger 2019-12-27 19:23:51 +01:00
commit c9def51b7e
38 changed files with 5755 additions and 0 deletions

24
css/custom.css Normal file
View file

@ -0,0 +1,24 @@
.navbar-brand svg
{
height: 40px;
}
body, wrapper
{
min-height: 100vh;
}
footer
{
margin-top: auto;
}
.flex-fill
{
flex:1 1 auto;
}
.card-image img
{
width: 100%;
}