Break word in questions

This commit is contained in:
MrFry 2020-03-22 17:40:17 +01:00
parent e317ac08b7
commit a78ac0f8f2

View file

@ -149,16 +149,19 @@ body {
}
.question {
word-wrap: break-word;
font-weight: bold;
font-size: 17px;
color: #ffffff;
}
.answer {
word-wrap: break-word;
font-size: 15px;
}
.data {
word-wrap: break-word;
font-size: 13px;
color: #a1a1a1;
}