bottom margin on large page

This commit is contained in:
Oliver Bryan
2025-10-26 15:49:21 +00:00
parent 42e28a67a3
commit eb3b7e702a
5 changed files with 28 additions and 58 deletions

View File

@@ -22,20 +22,6 @@ metadata.tags?.sort();
---
<style>
a {
text-decoration: none;
border-bottom: 1px solid var(--ayu-blue-500);
color: var(--ayu-blue-500);
transition:
color 0.1s,
border-color 0.1s;
margin-bottom: 16px;
}
a:hover {
color: var(--ayu-blue-600);
border-color: var(--ayu-blue-600);
}
.github {
color: var(--ayu-green-500);
border: none;
@@ -44,6 +30,10 @@ metadata.tags?.sort();
color: var(--ayu-green-500);
text-decoration: underline;
}
.green {
color: var(--ayu-green-500);
}
</style>
<Layout