chore: update blogroll

This commit is contained in:
Cory Dransfeldt 2024-04-08 12:20:57 -07:00
parent 65579d1f04
commit 9f892c5bd4
No known key found for this signature in database
5 changed files with 71 additions and 62 deletions

View file

@ -147,7 +147,7 @@ td {
th {
font-weight: var(--font-weight-bold);
background-color: var(--gray-lighter);
text-align: center;
text-align: left;
}
/* header */

View file

@ -1,34 +1,23 @@
:root {
--grid: repeat(1,minmax(0,1fr));
table {
max-width: unset;
margin: unset;
overflow-x: unset;
}
.blog__banner--grid {
display: grid;
gap: var(--sizing-sm);
grid-template-columns: var(--grid);
table > tbody,
table > tbody th,
table > tbody td {
width: 100%;
}
.blog__banner {
padding: var(--sizing-md);
border: 1px solid var(--gray-light);
border-radius: var(--rounded-lg);
.blog--roll__icons {
display: flex;
flex-direction: row;
gap: var(--sizing-xs);
}
.blog--roll__icons a {
display: flex;
flex-direction: column;
}
.blog__banner > strong,
.blog__banner > p,
.blog__banner .meta {
margin-top: 0;
margin-bottom: var(--sizing-md);
}
.blog__banner > strong {
font-size: var(--font-size-lg);
}
@media screen and (min-width: 768px) {
:root {
--grid: repeat(3,minmax(0,1fr));
}
align-items: center;
}