chore: less styles
This commit is contained in:
parent
f723b8d773
commit
c447cf21e8
2 changed files with 0 additions and 27 deletions
|
@ -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;
|
||||
}
|
Reference in a new issue