generated from autonomic-cooperative/astro-payload-template
Reasonabler CSS defaults
This commit is contained in:
parent
2cbd830255
commit
526bd24742
@ -3,9 +3,9 @@ import { getCurrentYear } from "@/utils/date";
|
|||||||
import ThemeSwitcher from "./ThemeSwitcher.astro";
|
import ThemeSwitcher from "./ThemeSwitcher.astro";
|
||||||
---
|
---
|
||||||
|
|
||||||
<footer class="flex justify-between">
|
<footer class="flex justify-between py-4">
|
||||||
<p class="text-lg font-semibold">
|
<p class="text-lg font-semibold">
|
||||||
© {getCurrentYear()} Example Website. All rights reserved.
|
© {getCurrentYear()} Autonomic. Template distributed under AGPL 3.0.
|
||||||
</p>
|
</p>
|
||||||
<ThemeSwitcher/>
|
<ThemeSwitcher/>
|
||||||
</footer>
|
</footer>
|
@ -99,4 +99,8 @@
|
|||||||
ul {
|
ul {
|
||||||
@apply list-disc;
|
@apply list-disc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
select {
|
||||||
|
@apply bg-background border-primary border px-2 text-lg;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -31,7 +31,7 @@ import "@/global.css"
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="autonomic min-h-screen flex flex-col mx-auto max-w-7xl px-4 text-primary bg-background">
|
<body class="autonomic min-h-screen flex flex-col mx-auto max-w-7xl px-6 text-primary bg-background">
|
||||||
<slot />
|
<slot />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user