Minor CSS fixes

This commit is contained in:
oobabooga 2023-04-19 01:48:07 -03:00
parent b4af319fa2
commit 49aa05054a

View file

@ -6,11 +6,12 @@
padding:3em; padding:3em;
word-break: break-word; word-break: break-word;
overflow-wrap: anywhere; overflow-wrap: anywhere;
color: #efefef !important;
} }
.container p { .container p, .container li {
font-size: 16px !important; font-size: 16px !important;
color: white !important; color: #efefef !important;
margin-bottom: 22px; margin-bottom: 22px;
line-height: 1.4 !important; line-height: 1.4 !important;
} }