minor UI tweaks

This commit is contained in:
sairaj mote 2022-11-17 20:58:24 +05:30
parent 314bc02abb
commit 77bbf286f3

View File

@ -68,7 +68,8 @@
p { p {
max-width: 70ch; max-width: 70ch;
color: rgba(0, 0, 0, 0.9); color: rgba(0, 0, 0, 0.8);
line-height: 1.5;
} }
p, p,
@ -166,8 +167,6 @@
#result_box p { #result_box p {
font-size: 1rem; font-size: 1rem;
line-height: 1.7; line-height: 1.7;
max-width: 70ch;
opacity: 0.8;
margin-top: 1rem; margin-top: 1rem;
} }