mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-29 13:00:26 +02:00
[ticket/17459] Adjust spacing of blocks on index
PHPBB-17459
This commit is contained in:
@@ -161,7 +161,7 @@ a:hover {
|
|||||||
|
|
||||||
.page-body {
|
.page-body {
|
||||||
clear: both;
|
clear: both;
|
||||||
margin: 4px 0;
|
margin: 0.4rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-footer {
|
.page-footer {
|
||||||
@@ -203,7 +203,7 @@ a:hover {
|
|||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 0.5rem;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -215,14 +215,14 @@ a:hover {
|
|||||||
.forabg {
|
.forabg {
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
clear: both;
|
clear: both;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 0.5rem;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.forumbg {
|
.forumbg {
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
clear: both;
|
clear: both;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 0.5rem;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user