add more letter-spacing for footer
This commit is contained in:
+5
-10
@@ -20,16 +20,6 @@ h1 {
|
|||||||
letter-spacing: 0.025em;
|
letter-spacing: 0.025em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Change font */
|
|
||||||
/* .footer section small i {
|
|
||||||
font-family: "MD UI";
|
|
||||||
} */
|
|
||||||
|
|
||||||
/* Adjust footer column width */
|
|
||||||
/* .footer section small {
|
|
||||||
width: 12rem;
|
|
||||||
} */
|
|
||||||
|
|
||||||
/* Remove bold style */
|
/* Remove bold style */
|
||||||
.address-row span, .footer section small span, .footer section small b {
|
.address-row span, .footer section small span, .footer section small b {
|
||||||
font-weight: normal !important; /* or font-weight: 400; */
|
font-weight: normal !important; /* or font-weight: 400; */
|
||||||
@@ -50,6 +40,11 @@ h1 {
|
|||||||
color: #121212;
|
color: #121212;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Add more letter-spacing */
|
||||||
|
.footer section small, .footer section small span, .footer section small b, .footer section small i {
|
||||||
|
letter-spacing: 0.025em;
|
||||||
|
}
|
||||||
|
|
||||||
/* Change look of folding-marks */
|
/* Change look of folding-marks */
|
||||||
.folding-mark {
|
.folding-mark {
|
||||||
width: 0.2rem;
|
width: 0.2rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user