reduce award name size on mobile

pull/83/head
Aevann 2022-12-27 05:56:08 +02:00
parent 99ab57dea4
commit 35aedc8137
1 changed files with 3 additions and 0 deletions

View File

@ -6374,6 +6374,9 @@ div.markdown {
}
@media (max-width: 768px) {
.award-name {
font-size: 11px;
}
.download-video {
font-size: 10px;
}