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;
word-break: break-word;
overflow-wrap: anywhere;
color: #efefef !important;
}
.container p {
.container p, .container li {
font-size: 16px !important;
color: white !important;
color: #efefef !important;
margin-bottom: 22px;
line-height: 1.4 !important;
}