fix accelerator logo positioning

This commit is contained in:
softsimon 2024-07-03 22:02:27 +09:00
parent a3e58d632e
commit bbdc9e4aa4
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -177,7 +177,7 @@
h2 { h2 {
line-height: 1; line-height: 1;
margin: 0; margin: 0;
padding-bottom: 10px; padding-bottom: 5px;
} }
} }
@ -200,7 +200,7 @@
.accelerator-toggle, .details-button { .accelerator-toggle, .details-button {
position: relative; position: relative;
bottom: -18px; bottom: -13px;
} }
.subtitle-block { .subtitle-block {