mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-02 08:23:14 +00:00
Improve touchtarget for DropDown
Improve FourOhFour page
This commit is contained in:
parent
e8493d53f8
commit
4433d7cc19
6 changed files with 162 additions and 166 deletions
|
@ -1,12 +1,12 @@
|
|||
<script>
|
||||
import { link } from 'svelte-spa-router';
|
||||
import { SmileySad } from "phosphor-svelte";
|
||||
|
||||
export let params = {};
|
||||
</script>
|
||||
|
||||
<div>
|
||||
<h1>404</h1>
|
||||
<p>Could not find resource you've searched for. <a href="/" use:link>Go Back</a></p>
|
||||
<h1>You're lost! <SmileySad weight="fill" /></h1>
|
||||
<p>Error 404</p>
|
||||
</div>
|
||||
|
||||
<style lang="scss">
|
||||
|
@ -21,18 +21,14 @@
|
|||
flex-direction: column;
|
||||
}
|
||||
h1 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
font-size: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
p {
|
||||
text-align: center;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: $color-primary;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue