diff --git a/images/bg.png b/images/bg.png new file mode 100644 index 0000000..4c99778 Binary files /dev/null and b/images/bg.png differ diff --git a/styles/main.css b/styles/main.css index a0ac3a1..f0e52a7 100644 --- a/styles/main.css +++ b/styles/main.css @@ -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%;