Commit fe2a1413 authored by tauriedavis's avatar tauriedavis

Double padding for file-content wiki class on larger screens

parent f351cc28
......@@ -124,6 +124,10 @@
&.wiki {
padding: $gl-padding;
@media (min-width: $screen-md-min) {
padding: $gl-padding * 2;
}
}
&.blob-no-preview {
......
---
title: Double padding for file-content wiki class on larger screens
merge_request:
author:
type: changed
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