misc: add style to edit links

This commit is contained in:
2024-11-07 12:54:01 +01:00
parent c102cf936e
commit 129360f89d
4 changed files with 11 additions and 8 deletions

View File

@ -509,6 +509,11 @@ a.nav-item:hover {
color: #738EF2 !important;
}
.withmargin {
margin-bottom: 5px;
margin-right: 5px;
}
@media screen and (max-width: 1224px) {
.grid.list-emissions:not(.list-home) > .list-item {width: calc(33% - 2rem) !important;;}
}