1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-28 20:40:24 +02:00

[ticket/17459] Adjust spacing of blocks on index

PHPBB-17459
This commit is contained in:
Marc Alexander
2025-02-10 19:32:13 +01:00
parent f0181cc681
commit 353aa653b4

View File

@@ -161,7 +161,7 @@ a:hover {
.page-body {
clear: both;
margin: 4px 0;
margin: 0.4rem 0;
}
.page-footer {
@@ -203,7 +203,7 @@ a:hover {
border-radius: 7px;
display: flex;
flex-direction: column;
margin-bottom: 4px;
margin-bottom: 0.5rem;
padding: 5px;
}
@@ -215,14 +215,14 @@ a:hover {
.forabg {
border-radius: 7px;
clear: both;
margin-bottom: 4px;
margin-bottom: 0.5rem;
padding: 5px;
}
.forumbg {
border-radius: 7px;
clear: both;
margin-bottom: 4px;
margin-bottom: 0.5rem;
padding: 5px;
}