Fix header title and subtitle

This commit is contained in:
Jose Gonzalez 2023-02-20 17:26:58 +01:00
parent 7a1d7f9087
commit 82ab2af20a
1 changed files with 4 additions and 4 deletions

View File

@ -2545,14 +2545,14 @@ div#pandora_logo_header {
}
.header_title {
font-size: 12px;
color: #161628;
font-weight: 600;
font-size: 10.5pt;
color: #303030;
}
.header_subtitle {
font-size: 10pt;
color: #606060;
font-size: 15px;
color: #8a96a6;
font-weight: 300;
}