1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-02 04:42:37 +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

@@ -4,7 +4,7 @@
.button {
font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
font-size: 13px;
font-size: 16px;
font-weight: 600;
line-height: 1.4;
text-align: center;
@@ -16,7 +16,7 @@
justify-content: center;
align-items: center;
box-sizing: border-box;
height: 24px;
height: 30px;
padding: 2px 8px;
cursor: pointer;
touch-action: manipulation;
@@ -185,11 +185,11 @@
/* Responsive buttons in post body */
.post-buttons .dropdown {
top: 18px;
top: 30px;
}
.post-buttons .dropdown a {
font-size: 13px;
font-size: 16px;
text-align: right;
display: block;
justify-content: start;