Commit 9956805a authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Reduce top and bottom margin on file viewer on mobile

parent 2f46c3a8
......@@ -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