wip: planning

This commit is contained in:
mco-system 2023-04-04 21:14:47 +11:00
parent 9363b63bf7
commit 2433eb4bc3
2 changed files with 2 additions and 2 deletions

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%;