headings font size changes
All checks were successful
Release to Staging / build_and_release (push) Successful in 43s

This commit is contained in:
freakoverse 2024-08-18 10:19:16 +00:00
parent 21ef8c61f4
commit 50de8ef84c

View File

@ -46,6 +46,30 @@ h6 {
margin: 0;
}
h1 {
font-size: 38px
}
h2 {
font-size: 32px
}
h3 {
font-size: 24px
}
h4 {
font-size: 20px
}
h5 {
font-size: 18px
}
h6 {
font-size: 16px
}
.IBMSecMain {
width: 100%;
display: flex;