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