bump font-size to large (footer)

This commit is contained in:
0x1eef 2024-01-03 23:59:30 -03:00
parent f3f5234a34
commit 36d84ba50c

View file

@ -139,6 +139,9 @@ body .root .content.en {
ul.body { ul.body {
font-size: large; font-size: large;
} }
footer {
font-size: large;
}
} }
body .root .content.theme.ar { body .root .content.theme.ar {
@ -160,6 +163,7 @@ body .root .content.theme.ar {
} }
footer { footer {
font-size: large;
flex-direction: row-reverse; flex-direction: row-reverse;
} }
} }