chore: less styles

This commit is contained in:
Cory Dransfeldt 2024-04-08 13:56:28 -07:00
parent f723b8d773
commit c447cf21e8
2 changed files with 0 additions and 27 deletions

View file

@ -1,23 +0,0 @@
table {
max-width: unset;
margin: unset;
overflow-x: unset;
}
table > tbody,
table > tbody th,
table > tbody td {
width: 100%;
}
.blog--roll__icons {
display: flex;
flex-direction: row;
gap: var(--sizing-xs);
}
.blog--roll__icons a {
display: flex;
flex-direction: column;
align-items: center;
}