Skip to content

Commit 0d67a59

Browse files
committed
styles: Simplify .inner-main padding/margins
1 parent 5c6168c commit 0d67a59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/styles/application.module.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,5 @@ noscript {
174174
composes: width-limit;
175175
display: flex;
176176
flex-direction: column;
177-
margin: 15px 0;
178-
padding: 0 15px;
177+
padding: 15px;
179178
}

0 commit comments

Comments
 (0)