Double padding-left for compatibility text to move it further left

This commit is contained in:
Marcus Quinn
2025-03-25 00:53:05 +00:00
parent 90f6969e1b
commit daccb54342
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@
/* Move compatibility text to the right */
.column-compatibility {
padding-right: 0 !important;
padding-left: 25px !important;
padding-left: 50px !important;
}
/* Loading Overlay without white background */