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