Larger font to tainacan header extra label.

This commit is contained in:
mateuswetah 2022-10-17 10:51:08 -03:00
parent 0a499cf3e7
commit 090f65a467
1 changed files with 3 additions and 0 deletions

View File

@ -208,15 +208,18 @@
h1 {
display: flex;
align-items: center;
white-space: nowrap;
margin: 0px;
span {
color: var(--tainacan-blue5);
text-decoration-color: var(--tainacan-blue5);
text-transform: uppercase;
overflow: hidden;
text-overflow: ellipsis;
font-weight: bold;
font-size: 1.25rem;
margin: 0px 0.5rem 0px 0.75rem;
}
}