Janky fix for right-aligned text

This commit is contained in:
Trysdyn Black 2023-04-21 05:39:51 -07:00
parent 01acbfa444
commit c07ccb3541
2 changed files with 3 additions and 2 deletions

View file

@ -63,6 +63,7 @@
#rat1name { #rat1name {
left: 620px; left: 620px;
bottom: 581px; bottom: 581px;
direction: rtl;
} }
#rat1pronouns { #rat1pronouns {
@ -94,6 +95,7 @@
#rat3name { #rat3name {
left: 620px; left: 620px;
bottom: 59px; bottom: 59px;
direction: rtl;
} }
#rat3pronouns { #rat3pronouns {
@ -125,4 +127,4 @@
#embed3 { #embed3 {
left: 835px; left: 835px;
top: 382px; top: 382px;
} }

View file

@ -16,7 +16,6 @@ html, body {
text-align: center; text-align: center;
display: block; display: block;
position: absolute; position: absolute;
} }
.ratpronouns { .ratpronouns {