Fix CSS selector

This commit is contained in:
Vencislav Atanasov 2024-10-24 23:44:57 +03:00
parent 3f465a92e6
commit 823c4276a2
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ if ($blog_slug === '2024') {
font-size: 30px; font-size: 30px;
} }
.countdown > .units > td { .countdown .units > td {
font-size: 12px; font-size: 12px;
} }
</style> </style>