chore: style tweaks
This commit is contained in:
parent
afcdc286ea
commit
278ddec3eb
2 changed files with 6 additions and 2 deletions
|
@ -17,13 +17,17 @@
|
|||
flex-direction: column;
|
||||
}
|
||||
|
||||
.blog__banner > h4,
|
||||
.blog__banner > strong,
|
||||
.blog__banner > p,
|
||||
.blog__banner .meta {
|
||||
margin-top: 0;
|
||||
margin-bottom: var(--blog-roll-spacing);
|
||||
}
|
||||
|
||||
.blog__banner > strong {
|
||||
font-size: var(--font-size-lg);
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
:root {
|
||||
--grid: repeat(3,minmax(0,1fr));
|
||||
|
|
Reference in a new issue