beta #4

Merged
doug713705 merged 203 commits from beta into master 2023-04-20 15:11:59 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2433eb4bc3 - Show all commits

BIN
images/bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -12,7 +12,7 @@
body {
background-color: #e6007e;
background-image: url('../images/affiche_v1.png');
background-image: url('../images/bg.png');
background-repeat: no-repeat;
background-size: auto;
background-position-x: center;
@ -21,7 +21,7 @@ body {
#thsf-schedule-wrapper {
position: fixed;
top: 650px;
top: 600px;
left: 50%;
transform: translateX(-50%);
width: 50%;