css: remove margins of .cell--body child (#73591)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details

This commit is contained in:
Thomas Jund 2023-01-19 11:09:13 +01:00
parent 95591f1933
commit 78b6848e8a
1 changed files with 3 additions and 2 deletions

View File

@ -100,8 +100,9 @@ div.a2-block,
& h2 + div,
.cell--body {
padding: 1rem;
& p.empty-message {
margin: 0;
> :only-child {
margin-top: 0;
margin-bottom: 0;
}
}
& h2 + div.links-list {