Janky fix for right-aligned text
This commit is contained in:
parent
01acbfa444
commit
c07ccb3541
2 changed files with 3 additions and 2 deletions
|
@ -63,6 +63,7 @@
|
|||
#rat1name {
|
||||
left: 620px;
|
||||
bottom: 581px;
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
#rat1pronouns {
|
||||
|
@ -94,6 +95,7 @@
|
|||
#rat3name {
|
||||
left: 620px;
|
||||
bottom: 59px;
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
#rat3pronouns {
|
||||
|
@ -125,4 +127,4 @@
|
|||
#embed3 {
|
||||
left: 835px;
|
||||
top: 382px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,7 +16,6 @@ html, body {
|
|||
text-align: center;
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
||||
}
|
||||
|
||||
.ratpronouns {
|
||||
|
|
Loading…
Add table
Reference in a new issue