mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-12-23 22:58:17 -05:00
Add title to app.html and adjust button margin in Navbar.svelte
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>AdventureLog</title>
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
}
|
||||
button {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<section>
|
||||
<slot></slot>
|
||||
</section>
|
||||
<Footer />
|
||||
<!-- <Footer /> -->
|
||||
|
||||
<style>
|
||||
section {
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 2.7 KiB |
Reference in New Issue
Block a user