Merge pull request '[pageheader] Improve visibility' (#1426) from loma-one/friendica-addons:develop into develop

Reviewed-on: #1426
This commit is contained in:
Hypolite Petovan 2023-11-13 01:17:02 +01:00
commit 5a3dc93c0d
1 changed files with 5 additions and 0 deletions

View File

@ -20,4 +20,9 @@
width: 100%;
margin-top: 25px;
font-size: 20px;
/* The pageheader box */
padding: 20px;
border: 1px solid transparent;
border-radius: 2px;
margin-bottom: 15px;
}