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

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1426
pull/1440/head
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;
}