ensure consistent h2 font sizes

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
This commit is contained in:
MTRNord 2025-12-16 16:53:49 +01:00
parent 16aeef749d
commit db5399a717
No known key found for this signature in database

View file

@ -284,6 +284,10 @@
background-color: #000;
text-align: center;
h2 {
font-size: 2.5rem;
}
.row {
display: grid;
grid-template-columns: repeat(
@ -332,6 +336,10 @@
color: #000;
background-color: #fff;
h2 {
font-size: 2.5rem;
}
#become-a-member__content {
max-width: 55.8rem;
flex-direction: column;