mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-05-11 22:06:56 +00:00
style touch-up and normalization
This commit is contained in:
@@ -109,6 +109,7 @@ projects.sort((a, b) => a.data.name.localeCompare(b.data.name));
|
||||
scroll-snap-align: start;
|
||||
color: #cccccc;
|
||||
font-size: 1rem;
|
||||
font-family: var(--font-family-serif),serif;
|
||||
gap: 0.25rem;
|
||||
padding: 0.25rem;
|
||||
&:focus-within {
|
||||
|
||||
@@ -57,6 +57,7 @@
|
||||
max-width: 100%;
|
||||
text-align: center;
|
||||
gap: 1.5rem;
|
||||
font-size: 1rem;
|
||||
|
||||
.grid {
|
||||
display: grid;
|
||||
|
||||
@@ -101,13 +101,14 @@ const permalink = Astro?.site?.href ?? '/';
|
||||
}
|
||||
|
||||
.blog {
|
||||
padding: 2rem 1rem 0 1rem;
|
||||
padding: 2rem 1rem 0.75rem 1rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-width: min(25rem, 100%);
|
||||
width: 100%;
|
||||
gap: 0.5rem;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user