css: make h3/h4 smaller in proportion
they looked the same size as h2, and it was confusing, visually. Signed-off-by: Leah Rowe <leah@libreboot.org>master
parent
2276bb3183
commit
72121b9184
|
@ -114,11 +114,11 @@ h2
|
||||||
}
|
}
|
||||||
h3
|
h3
|
||||||
{
|
{
|
||||||
font-size: 1.8em;
|
font-size: 1.6em;
|
||||||
}
|
}
|
||||||
h4
|
h4
|
||||||
{
|
{
|
||||||
font-size:1.6em;
|
font-size:1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.f, .f *
|
.f, .f *
|
||||||
|
|
Loading…
Reference in New Issue