beta #4

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

View File

@ -22,10 +22,10 @@ body {
#thsf-schedule-wrapper {
position: fixed;
top: 0;
width: 80%;
left: 50%;
transform: translateX(-50%);
width: 50%;
height: 100%;
margin-left: auto;
margin-right: auto;
overflow: auto;
background-color: #e6007e;
}