style: feed styling

This commit is contained in:
Ben Goldsworthy 2025-03-02 22:39:44 +01:00
parent a7c1084dc4
commit 87215650a9
No known key found for this signature in database
8 changed files with 68 additions and 12 deletions

View file

@ -1,6 +1,8 @@
.organisations-table {
inline-size: 80% !important;
& thead {
z-index: 1;
position: sticky;
& th {
@ -10,9 +12,15 @@
}
}
&__logo {
max-inline-size: 5em;
max-block-size: 5em;
fill: $dark;
}
&__items-icon {
padding: 1em;
font-size: 1.4em;
font-size: 0.8em;
text-align: center;
float: inline-start;
padding-inline-end: 1em;