1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-22 16:22:58 +02:00

[ticket/17459] Increase font sizes

PHPBB-17459
This commit is contained in:
Marc Alexander
2024-11-03 19:50:24 +01:00
parent 485d72f0e8
commit 23010abcb8
9 changed files with 144 additions and 153 deletions

View File

@@ -152,7 +152,7 @@
}
}
@media (max-width: 700px) {
@media (max-width: 750px) {
.responsive-hide {
display: none !important;
}
@@ -182,7 +182,7 @@
.wrap {
border: none;
border-radius: 0;
min-width: 290px;
min-width: 390px;
margin: 0;
padding: 0 5px;
}