Skip to content

Commit 418f913

Browse files
Fix: Mobile margins on news pages (#793)
1 parent 5b4afe8 commit 418f913

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/en/stylesheets/beeware.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,8 +565,8 @@ h1 .news {
565565
}
566566

567567
.md-sidebar--primary:is([hidden]) ~ .md-content.md-content--post {
568-
margin-left: 0;
569-
margin-right: 0;
568+
margin-left: 6.7%;
569+
margin-right: 6.7%;
570570
max-width: fit-content;
571571
}
572572

0 commit comments

Comments
 (0)