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:
@@ -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