This commit is contained in:
0x1eef 2023-10-25 04:25:42 -03:00
parent 0aedf7d359
commit 820b0a4eb5

View file

@ -38,6 +38,7 @@ body .root .content {
flex-direction: column; flex-direction: column;
font-size: xx-large; font-size: xx-large;
margin: 0; margin: 0;
line-height: 1.5;
a { a {
text-decoration: none; text-decoration: none;
@ -81,6 +82,12 @@ body .root .content {
} }
} }
body .root .content.en {
h1 {
font-size: x-large;
}
}
body .root .content.ar { body .root .content.ar {
.row.details { .row.details {
height: 35px; height: 35px;