Improve public screen page
This commit is contained in:
parent
612c80366f
commit
11a3fc9a49
7 changed files with 220 additions and 99 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue