Commit 4cb5918e authored by Phil Hughes's avatar Phil Hughes

Merge branch 'file-content-mobile' into 'master'

Reduce top and bottom margin on file viewer on mobile

See merge request !14114
parents 44d775dc 9956805a
......@@ -17,8 +17,11 @@
max-width: $limited-layout-width-sm;
margin-left: auto;
margin-right: auto;
padding-top: 64px;
padding-bottom: 64px;
@media (min-width: $screen-md-min) {
padding-top: 64px;
padding-bottom: 64px;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment