mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
♿️ fix(a11y): update heading tags (#140)
This commit is contained in:
parent
c79407e6d7
commit
0055a3613e
9 changed files with 15 additions and 14 deletions
|
@ -150,12 +150,10 @@ article {
|
|||
|
||||
.section-title {
|
||||
display: block;
|
||||
font-size: 2.2em;
|
||||
margin-bottom: 0em;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
font-weight: 550;
|
||||
margin: 0;
|
||||
color: var(--text-color-high-contrast);
|
||||
font-weight: 550;
|
||||
font-size: 2.2em;
|
||||
}
|
||||
|
||||
.last-updated {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue