nice-metropole: change h1 underline size (#89423)

This commit is contained in:
Thomas Jund 2024-04-11 14:53:47 +02:00 committed by Thomas Jund
parent 672a4556f2
commit c98bcb3734
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@
&::after {
content: "";
display: block;
height: 3px;
width: 100px;
height: 2px;
width: 50px;
background-color: currentColor;
margin-top: 1rem;
}