Fix line height

This commit is contained in:
august kline 2025-01-06 17:20:57 -05:00
parent 66dcbdc93a
commit 2740bd8c6f
1 changed files with 1 additions and 2 deletions

View File

@ -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;