Browse Source

fix mobile padding

windhamdavid 8 years ago
parent
commit
d054074f6b
3 changed files with 4 additions and 1 deletions
  1. 1 0
      gruntfile.js
  2. 3 1
      style.css
  3. 0 0
      style.min.css

+ 1 - 0
gruntfile.js

@@ -58,6 +58,7 @@ module.exports = function(grunt) {
 	grunt.loadNpmTasks('grunt-contrib-uglify');
 	
 	grunt.registerTask('js', [ 'jshint' ]);
+	grunt.registerTask('css', [ 'cssmin' ]);
 	grunt.registerTask('default', [ 'cssmin', 'concat', 'uglify' ]);
 
 };

+ 3 - 1
style.css

@@ -235,7 +235,9 @@ h4.spread {
 		background: #fff;
 	}
 	article.single {
-		padding: 20px 0px;
+		padding: 10px 0px;
+		background: none !important;
+		box-shadow: none !important;
 	}
     .super-duper {
     	font-size: 63px;

File diff suppressed because it is too large
+ 0 - 0
style.min.css


Some files were not shown because too many files changed in this diff