fix: центрирование текста в таблице на мобильном

This commit is contained in:
Web-serfer 2026-05-03 20:12:36 +05:00
parent c13bc0127f
commit a11629fb07

View file

@ -142,6 +142,7 @@ html, body {
padding: 0.75rem 1rem;
border: none;
border-bottom: 1px solid #f1f5f9;
text-align: center;
}
.post-content > div:has(> div > div:nth-child(3)) > div > div:last-child {