1
Fork 0

Slightly adjust spacing.

This commit is contained in:
Bauke 2023-01-12 12:43:17 +01:00
parent 46bf389dc3
commit 2bfe826454
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 5 additions and 5 deletions

View File

@ -8,9 +8,9 @@ body {
--anchor: #89c3ff; --anchor: #89c3ff;
// Spacing constants. // Spacing constants.
--spacing-small: 4px; --spacing-small: 8px;
--spacing-medium: 8px; --spacing-medium: 16px;
--spacing-large: 16px; --spacing-large: 32px;
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
@ -42,12 +42,12 @@ iframe {
width: 100%; width: 100%;
margin-bottom: var(--spacing-large); margin-bottom: var(--spacing-large);
max-width: 1280px; max-width: 1280px;
padding: var(--spacing-medium); padding: var(--spacing-small);
} }
.page-header { .page-header {
border-bottom: 2px dashed; border-bottom: 2px dashed;
padding: var(--spacing-large); padding: var(--spacing-medium);
h1 { h1 {
@include mixins.responsive-container; @include mixins.responsive-container;