undue footer change for bootstrap 3, switch to dvh heights, deal with small screens

This commit is contained in:
El RIDO
2024-09-15 10:57:42 +02:00
parent 57080eb7cc
commit cc16dd0165
4 changed files with 16 additions and 4 deletions
+7 -1
View File
@@ -33,7 +33,13 @@
}
#message {
height: 70vh;
height: 70dvh;
}
@media ((max-width: 450px) and (max-height: 950px)) {
#message {
height: 55dvh;
}
}
#message, .replymessage {