We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e535e commit b3dd2aeCopy full SHA for b3dd2ae
themes/feather/sass/feather.scss
@@ -173,8 +173,8 @@ section {
173
174
.container {
175
max-width: 700px;
176
- width: 100%;
177
margin: 0 auto;
+ padding: 0 40px;
178
179
// exclude the padding from spans in code
180
pre span {
@@ -223,14 +223,6 @@ section {
223
}
224
225
226
-#disqus_thread {
227
- padding: 24px $hpadding;
228
-
229
- @media (max-width: $break-small){
230
- padding: 24px $hpadding-small;
231
- }
232
-}
233
234
// ------------------------------------------------ //
235
// Code Blocks //
236
// -------------------------------------------------//
0 commit comments