Skip to content

Commit

Permalink
fix(style): broken spacing on presentation cards
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceOrunitia committed Oct 9, 2024
1 parent 5b5f9c1 commit 872cd34
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions static/css/rosenpass.css
Original file line number Diff line number Diff line change
Expand Up @@ -631,8 +631,10 @@ div.doc-list-section-title p {
margin-bottom: 2.5rem;
}

.presentation-card-title {
/* max-width: 75%; */
p.h4.presentation-card-title,
div.post-list-item.card .card-text p {
margin-left: unset;
margin-right: unset;
}
/* PDF styling */

Expand Down

0 comments on commit 872cd34

Please sign in to comment.