Fix line height
This commit is contained in:
parent
66dcbdc93a
commit
2740bd8c6f
|
@ -26,7 +26,6 @@
|
||||||
|
|
||||||
--font-size: 1rem;
|
--font-size: 1rem;
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
line-height: 1.15;
|
|
||||||
/* 1. Correct the line height in all browsers. */
|
/* 1. Correct the line height in all browsers. */
|
||||||
-webkit-text-size-adjust: 100%;
|
-webkit-text-size-adjust: 100%;
|
||||||
/* 2. Prevent adjustments of font size after orientation changes in iOS. */
|
/* 2. Prevent adjustments of font size after orientation changes in iOS. */
|
||||||
|
@ -370,6 +369,7 @@ header {
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
border-block-start: var(--border);
|
border-block-start: var(--border);
|
||||||
|
margin-block-start: calc(var(--default-padding) * 6);
|
||||||
display: flex;
|
display: flex;
|
||||||
min-block-size: calc(var(--header-size) * 2.5);
|
min-block-size: calc(var(--header-size) * 2.5);
|
||||||
padding: calc(1.5 * var(--default-padding)) var(--default-padding);
|
padding: calc(1.5 * var(--default-padding)) var(--default-padding);
|
||||||
|
@ -384,7 +384,6 @@ footer {
|
||||||
justify-content: start;
|
justify-content: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
line-height: 1.6em;
|
|
||||||
|
|
||||||
form {
|
form {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue