added assets; removed flaskfetfotos container from docker-compose

This commit is contained in:
root (fetsite21)
2021-01-19 19:59:35 +01:00
parent 3d05253c89
commit 24dc583fb1
8 changed files with 78 additions and 71 deletions

18
assets/fet.css Normal file
View File

@@ -0,0 +1,18 @@
body {
min-height:100%;
position:relative;
}
img.logo {
height:40px;
width:40px;
}
div.footer {
height: 100%;
}
.footer a {
color: white;
}
.footer a i {
font-size:30px;
}