Less padding
This commit is contained in:
parent
4f896a60f5
commit
39602ab740
3 changed files with 32 additions and 32 deletions
|
@ -7,9 +7,9 @@ import Layout from "../layouts/Layout.astro"
|
||||||
<div id={styles.notFound}>
|
<div id={styles.notFound}>
|
||||||
<h1 id={styles.header}>Page not found.</h1>
|
<h1 id={styles.header}>Page not found.</h1>
|
||||||
<span id={styles.description}>
|
<span id={styles.description}>
|
||||||
We couldn't find that page. Please{" "}
|
We couldn't find that page. Please return to our <a href="/">
|
||||||
<a href="javascript:window.history.go(-1)"> go back</a>, or return
|
home page
|
||||||
to our <a href="/">home page</a>.
|
</a>.
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
|
@ -42,7 +42,7 @@ svg {
|
||||||
|
|
||||||
section:not(section section) {
|
section:not(section section) {
|
||||||
background: var(--secondary);
|
background: var(--secondary);
|
||||||
padding: 10rem 0;
|
padding: 3rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
section:nth-child(2n):not(section section) {
|
section:nth-child(2n):not(section section) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue