fix: add padding to content-width

This commit is contained in:
Dmitriy Pleshevskiy 2022-03-22 19:34:40 +03:00
parent c7e49a066f
commit 29bd672e0f
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,8 @@ ul, ol {
max-width: var(--max-width);
margin-left: auto;
margin-right: auto;
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.responsive-typography h3 {