Fix charts on mobile

This commit is contained in:
Sergei Birukov 2024-03-13 13:24:24 +03:00 committed by Philip H
parent 73242c61c3
commit 166a58a685
3 changed files with 17 additions and 12 deletions

View file

@ -1141,11 +1141,6 @@ video {
padding-bottom: 0.75rem;
}
.py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.pb-1 {
padding-bottom: 0.25rem;
}
@ -1597,6 +1592,11 @@ video {
padding-right: 0px;
}
.md\:py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.md\:pb-0 {
padding-bottom: 0px;
}