changed font weight for h4 and adjusted width of content
This commit is contained in:
@@ -29,7 +29,7 @@ body {
|
|||||||
font-size: calc(12px + 0.33vw);
|
font-size: calc(12px + 0.33vw);
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 1.3em;
|
padding: 1.3em;
|
||||||
max-width: clamp(400px, 750px + 3vw, 900px);
|
max-width: clamp(400px, 850px + 3vw, 900px);
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
@@ -54,7 +54,7 @@ h3 {
|
|||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
font-weight: 600;
|
font-weight: 400;
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user