add more letter-spacing for footer
This commit is contained in:
+5
-10
@@ -20,16 +20,6 @@ h1 {
|
||||
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 */
|
||||
.address-row span, .footer section small span, .footer section small b {
|
||||
font-weight: normal !important; /* or font-weight: 400; */
|
||||
@@ -50,6 +40,11 @@ h1 {
|
||||
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 */
|
||||
.folding-mark {
|
||||
width: 0.2rem;
|
||||
|
||||
Reference in New Issue
Block a user