Skip to content

Commit

Permalink
Fix local feed link position
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Oct 29, 2023
1 parent 8400cb0 commit 1d71360
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -2967,6 +2967,10 @@ body.embed .button.logo-button:hover,
order: 4;
}

.layout-multiple-columns .column-link[href="/public/local"] {
order: 5;
}

.layout-single-column .column-link[href="/public"] {
order: 6;
}
Expand Down

0 comments on commit 1d71360

Please sign in to comment.