Skip to content

Commit f32b840

Browse files
committed
#main_content width on mobile
1 parent 9e5b75c commit f32b840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/stylesheet.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ body.display-global-parameters #main_content {
453453

454454
@media (max-width: 970px) {
455455
#main_content {
456-
padding: 0 20px;
456+
padding: 0; /* parent .container will provide needed spacement */
457457
margin: 0;
458458
}
459459
}

0 commit comments

Comments
 (0)