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
7200d82a63
commit
1e27d78966
|
@ -119,11 +119,11 @@ h2
|
|||
}
|
||||
h3
|
||||
{
|
||||
font-size: 1.8em;
|
||||
font-size: 1.6em;
|
||||
}
|
||||
h4
|
||||
{
|
||||
font-size:1.6em;
|
||||
font-size:1.2em;
|
||||
}
|
||||
|
||||
.f, .f *
|
||||
|
|
Loading…
Reference in New Issue