this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ’„ Make footer float and pop

+8 -1
+7
src/layouts/Regular.astro
··· 90 90 display: flex; 91 91 flex-direction: column; 92 92 gap: 3rem; 93 + padding: 2rem; 93 94 font-family: 94 95 Victor Mono, 95 96 monospace; 97 + } 98 + 99 + footer, 100 + footer :global(a) { 101 + color: var(--tertiary, white); 102 + background-color: var(--primary, black); 96 103 } 97 104 98 105 footer ul {
+1 -1
src/pages/works/[work].astro
··· 199 199 </div> 200 200 </Layout> 201 201 202 - <div 202 + <Fragment 203 203 set:html={`<style>@media (min-width: ${portraitModeCutoff}px) { 204 204 main > section { 205 205 display: ${cssGridAreas ? "grid" : "block"} !important;