Skip to content

Commit

Permalink
fix: line widths
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceOrunitia committed Oct 9, 2024
1 parent 5be16e7 commit e89b048
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions static/css/rosenpass.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ body {
margin-right: auto;
}

div.row p,
div.row h4,
div.row ol li {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}



@media (min-width: 768px) {

#rss-button-mobile{
Expand Down Expand Up @@ -2039,6 +2049,9 @@ img.rp-supporter {

.rosenpass-overview-links {
display: flex;
max-width: 1500px;
margin-left: auto;
margin-right: auto;
}

.rosenpass-overview-links .col .row {
Expand Down

0 comments on commit e89b048

Please sign in to comment.