minor css fix

pull/24/head
Aevann1 2022-11-26 06:07:26 +02:00 committed by geese_suck
parent 39b578bba2
commit df358dd8c4
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
1 changed files with 7 additions and 0 deletions

View File

@ -6401,3 +6401,10 @@ div.markdown {
object-fit: cover;
max-height: min(42vh,30vw) !important;
}
@media (max-width: 768px) {
#twitter-widget-0 {
max-height: 50vh;
overflow: scroll;
}
}