mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17459] Adjust spacing of blocks on index
PHPBB-17459
This commit is contained in:
parent
f0181cc681
commit
353aa653b4
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue