mirror of
https://github.com/matrix-org/matrix.org.git
synced 2026-01-11 20:07:22 +00:00
ensure consistent h2 font sizes
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
This commit is contained in:
parent
16aeef749d
commit
db5399a717
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue