diff --git a/app/globals.css b/app/globals.css index 77c00ed..8e34813 100644 --- a/app/globals.css +++ b/app/globals.css @@ -21,15 +21,13 @@ body { /*footer.tsx*/ .most-height { - min-height: 90dvh; + min-height: 80dvh; } -.footer-height { +.header-height { height: 10dvh; } - - /* nav.tsx */ .grad { background: linear-gradient(139.78deg, #46408A 22.6%, #7670BA 29.58%, #27A4AC 45.92%, #355CC0 63.81%); @@ -129,22 +127,6 @@ body { font-weight: 400; } -.enlarge-properties { - position: absolute; - z-index: 1; - top: 20px; - left: 20px; - width: 20px; - height: 20px; -} - -.enlarge-properties:hover { - filter: invert(37%) sepia(15%) saturate(1655%) hue-rotate(179deg) brightness(91%) contrast(86%); - cursor: pointer; - transition: filter 0.1s; - transition-timing-function: ease-in-out; -} - .cursor-pointer { cursor: pointer; } diff --git a/app/layout.tsx b/app/layout.tsx index 1460a06..d3dcdd3 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -7,7 +7,12 @@ import { mont } from './fonts'; export const metadata = { title: 'Cygnet', - description: 'Generated by create next app', + description: 'The Swarthmore student directory | by SCCS', + generator: 'Cygnet', + applicationName: 'Cygnet', + keywords: ['Cygnet', 'Swarthmore', 'student', 'directory'], + authors: [{ name: "SCCS", url: "https://sccs.swarthmore.edu"}], + creator: "Swarthmore College Computer Society", } export default function RootLayout({ @@ -19,11 +24,9 @@ export default function RootLayout({ +