fix: центрирование текста в таблице на мобильном
This commit is contained in:
parent
c13bc0127f
commit
a11629fb07
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ html, body {
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: 1px solid #f1f5f9;
|
border-bottom: 1px solid #f1f5f9;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-content > div:has(> div > div:nth-child(3)) > div > div:last-child {
|
.post-content > div:has(> div > div:nth-child(3)) > div > div:last-child {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue