Skip to content

Commit

Permalink
ui: add left padding to feed description when wide
Browse files Browse the repository at this point in the history
  • Loading branch information
azimut committed Sep 15, 2024
1 parent 0794535 commit 971e351
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@
justify-content: space-around;
}
@media (min-width: 1200px) {
.feed-bio {
padding: 0 0 0 3em;
}
.feed-details {
padding: 2em 5em;
}
Expand Down

0 comments on commit 971e351

Please sign in to comment.