Remove font size overrides from sidebar headings

These were interfering with the response font sizing via RFS
This commit is contained in:
Andy Allan 2022-07-27 13:23:03 +01:00
parent 0bc9ede6ff
commit f1d60e05c4

View file

@ -359,14 +359,6 @@ body.compact-nav {
width: 100%;
}
h2 {
font-size: 1.5rem;
}
h3, h4 {
font-size: 1.25rem;
}
.close-wrap {
cursor: pointer;
position: absolute;