1
mirror of https://github.com/jakejarvis/spoons.git synced 2025-06-29 07:55:40 -04:00

add padding to body to make mobile scrolling easier

This commit is contained in:
2013-05-19 21:35:22 -04:00
parent 9f821f56db
commit 4672af7587

View File

@ -118,8 +118,7 @@
<link href="<?php echo $site_url ?>/assets/css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 20px;
padding-bottom: 40px;
padding: 20px 40px 40px 40px;
font-size: 18px;
line-height: 24px;
overflow-x: hidden;