Improve public screen page

This commit is contained in:
nemunaire 2017-12-17 20:44:23 +01:00
commit 11a3fc9a49
7 changed files with 220 additions and 99 deletions

View file

@ -25,6 +25,12 @@ body {
overflow-y: scroll;
}
.bg-public {
background-image: url('../img/logo-epita-bw.png');
background-repeat: no-repeat;
background-size: cover;
}
.beautiful {
font-family: "Linux Biolinum",Helvetica,Arial,sans-serif;
}