- change css font size for h1.. h6
This commit is contained in:
@@ -10,7 +10,7 @@ body {
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
font-family: "Roboto Slab", serif;
|
||||
font-size: 2rem;
|
||||
font-size: 1.75rem;
|
||||
line-height: 1.6em;
|
||||
color: var(--section-light-text-color);
|
||||
}
|
||||
@@ -44,7 +44,7 @@ h3,h4,h5,h6 {
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 4rem;
|
||||
font-size: 3.5rem;
|
||||
line-height: 1.2em;
|
||||
letter-spacing: -2px;
|
||||
text-indent: -3px;
|
||||
@@ -66,12 +66,8 @@ h4 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 1rem;
|
||||
h5, h6 {
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
|
||||
p{
|
||||
|
||||
Reference in New Issue
Block a user