armentieres: lower titles size (#77625)

This commit is contained in:
Corentin Sechet 2023-05-15 17:05:06 +02:00
parent 17c3c96812
commit a4aaddcf35
1 changed files with 3 additions and 2 deletions

View File

@ -51,7 +51,7 @@ div#sidebar {
display: flex;
align-items: center;
color: $red;
font-size: $fz-3;
font-size: $title-font-size;
&::after {
content: '';
background: $gray-light;
@ -90,6 +90,7 @@ div#sidebar {
border: $yellow solid $gray;
color: black;
text-transform: none;
font-size: $fz-5;
&:hover {
box-shadow: $widget-focus-box-shadow;
@ -298,7 +299,7 @@ div.wcscurrentformscell {
h2:first-child {
color: black;
background: transparent;
font-size: $fz-4;
font-size: $title-font-size;
margin: 0;
padding: 0;