pageheader/pageheader.css aktualisiert

The coloured passages are to be commented out.
This commit is contained in:
loma-one 2023-09-23 17:18:12 +02:00
parent 26dd4f0d71
commit 45406008b9
1 changed files with 4 additions and 4 deletions

View File

@ -16,14 +16,14 @@
}
.pageheader {
text-align: center;
text-align: left; /* center > left */
width: 100%;
margin-top: 25px;
font-size: 20px;
font-size: 1.55rem; /* 20px > 1.55rem */
/* The pageheader box */
padding: 20px;
background-color: #2eb885; /* Green */
color: white;
/*background-color: #2196F3; /* Blue */
/*color: white;*/
border: 1px solid transparent;
border-radius: 2px;
margin-bottom: 15px;