Skip to content

Commit

Permalink
padding fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zusmanzus committed Oct 2, 2023
1 parent 6c6b6e4 commit a46c577
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
.page {
min-inline-size: 360px;
margin: 0;
font-family: var(--main-font, sans-serif);
background-color: var(--bg-color, #f3efec);
color: var(--text-color);
}

p,
Expand Down Expand Up @@ -49,14 +52,6 @@ button:disabled {
pointer-events: none;
}

.page {
min-inline-size: 360px;
margin: 0;
font-family: var(--main-font, sans-serif);
background-color: var(--bg-color, #f3efec);
color: var(--text-color);
}

.heading {
font-family: var(--accent-font, serif);
font-weight: 600;
Expand All @@ -68,6 +63,10 @@ button:disabled {
padding: 0 5vi; /* внутренний отступ справа и слева */
}

.header {
padding-block-start: 10%;
}

.header__title {
/* адаптивный размер шрифта для разных экранов */
font-size: clamp(
Expand Down

0 comments on commit a46c577

Please sign in to comment.