Skip to content

Commit 2f51cc5

Browse files
committed
style: Use deeper indentation for wide display
1 parent 80c2ca7 commit 2f51cc5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/_sass/railsdoc.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@ code {
180180
.method__aka,
181181
.method__source {
182182
margin-left: 1em;
183+
184+
@media (min-width: 768px) {
185+
margin-left: 2em;
186+
}
183187
}
184188
}
185189

0 commit comments

Comments
 (0)