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,10 +17,13 @@
max-width: $limited-layout-width-sm;
margin-left: auto;
margin-right: auto;
@media (min-width: $screen-md-min) {
padding-top: 64px;
padding-bottom: 64px;
}
}
}
table {
@extend .table;
......
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