Change spacing.
This commit is contained in:
parent
107a2b762e
commit
d0e08574cb
|
@ -3,5 +3,5 @@
|
|||
.page-footer {
|
||||
@include mixins.responsive-container;
|
||||
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
|
|
@ -3,5 +3,6 @@
|
|||
.page-header {
|
||||
@include mixins.responsive-container;
|
||||
|
||||
padding: 1rem;
|
||||
border-bottom: 2px dotted var(--foreground-1);
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
.page-main {
|
||||
@include mixins.responsive-container;
|
||||
|
||||
padding: 1rem;
|
||||
margin-bottom: 2rem;
|
||||
|
||||
.contact-links {
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
gap: 2rem;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
|
||||
@media (max-width: mixins.$medium-breakpoint) {
|
||||
|
|
|
@ -12,7 +12,7 @@ body {
|
|||
color: var(--foreground-1);
|
||||
font-family: sans-serif;
|
||||
font-size: 2rem;
|
||||
padding: 1rem;
|
||||
padding: 2rem;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -39,9 +39,9 @@ button {
|
|||
}
|
||||
|
||||
.divider {
|
||||
border-top: 2px solid var(--foreground-1);
|
||||
margin-bottom: 1rem;
|
||||
margin-top: 1rem;
|
||||
border-top: 2px dotted var(--foreground-1);
|
||||
margin-bottom: 2rem;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
@use 'components/errors';
|
||||
|
|
Loading…
Reference in New Issue