- change css font size for h1.. h6
This commit is contained in:
@@ -70,7 +70,7 @@ body {
|
||||
|
||||
.blog-description {
|
||||
margin: 0;
|
||||
font-size: 3rem;
|
||||
font-size: 2.75rem;
|
||||
line-height: 1.5em;
|
||||
font-weight: 400;
|
||||
font-family: "Roboto Slab", serif;
|
||||
@@ -122,7 +122,7 @@ body {
|
||||
border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
display: inline-block;
|
||||
font-size: 70%;
|
||||
font-size: 80%;
|
||||
margin: 2rem 0.3rem;
|
||||
padding: 0.0rem 0.7rem;
|
||||
position: relative;
|
||||
@@ -342,7 +342,7 @@ a.fn-item {
|
||||
background: var(--footer-color-background);
|
||||
color: var(--footer-color);
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-size: 1.3rem;
|
||||
font-size: 1.5rem;
|
||||
position: relative;
|
||||
margin: 0rem 0 0 0;
|
||||
padding: 1rem 0;
|
||||
@@ -362,6 +362,7 @@ a.fn-item {
|
||||
|
||||
/* Footer Icons */
|
||||
.icons {
|
||||
font-size: 2rem;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 30px;
|
||||
|
||||
Reference in New Issue
Block a user