mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-05-12 06:16:55 +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;
|
scroll-snap-align: start;
|
||||||
color: #cccccc;
|
color: #cccccc;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
font-family: var(--font-family-serif),serif;
|
||||||
gap: 0.25rem;
|
gap: 0.25rem;
|
||||||
padding: 0.25rem;
|
padding: 0.25rem;
|
||||||
&:focus-within {
|
&:focus-within {
|
||||||
|
|||||||
@@ -57,6 +57,7 @@
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
gap: 1.5rem;
|
gap: 1.5rem;
|
||||||
|
font-size: 1rem;
|
||||||
|
|
||||||
.grid {
|
.grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|||||||
@@ -101,13 +101,14 @@ const permalink = Astro?.site?.href ?? '/';
|
|||||||
}
|
}
|
||||||
|
|
||||||
.blog {
|
.blog {
|
||||||
padding: 2rem 1rem 0 1rem;
|
padding: 2rem 1rem 0.75rem 1rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-width: min(25rem, 100%);
|
min-width: min(25rem, 100%);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
gap: 0.5rem;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user