Skip to content

Commit 7537398

Browse files
committed
Some fixes to remove a page and fix up the mobile titlebar
1 parent 90c93c9 commit 7537398

File tree

4 files changed

+10
-16
lines changed

4 files changed

+10
-16
lines changed

astro.config.mjs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,12 @@ import icon from "astro-icon";
44

55
// https://astro.build/config
66
export default defineConfig({
7-
integrations: [icon()]
7+
integrations: [icon()],
8+
vite: {
9+
server: {
10+
fs: {
11+
allow: ['E:/Derifted/Site/'],
12+
},
13+
},
14+
}
815
});

src/components/Footer.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
}
3636

3737
.footer2 {
38+
display: none;
3839
right: 0;
3940
flex-direction: row-reverse;
4041
border-top: none;

src/components/TitleBar.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ import DesktopLink from './DesktopLink.astro'
101101
gap: 2.5rem;
102102
margin-left: auto;
103103
margin-right: auto;
104+
margin-top: -1.75rem;
104105
}
105106

106107
.mobile-friendly { display: block !important; }

src/pages/made-using.astro

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)