]> git.0d.be Git - panikweb.git/commitdiff
keep a relative margin, so the content has some space on the edges
authorFrédéric Péters <fpeters@0d.be>
Tue, 10 Sep 2013 18:43:09 +0000 (20:43 +0200)
committerFrédéric Péters <fpeters@0d.be>
Wed, 11 Sep 2013 09:28:54 +0000 (11:28 +0200)
panikweb_templates/static/css/specifics.css

index bcc592760e9e79dfe86362483464ee37bff15e8b..9656ad77bbaf84f294d91732e957fde33d62f6a7 100644 (file)
@@ -66,7 +66,7 @@
 /****************************************************/
 /* WRAPPER */
 /****************************************************/
-.wrapper {max-width: 1260px; margin:auto;padding:0 1em 0 1em;}
+.wrapper {max-width: 1260px; margin:auto;padding:0 10%;}
 .wrapper.text {max-width: 780px; margin:auto;}
 .wrapper.half {max-width: 510px; margin:auto;}
 .wrapper.sided{                max-width:1260px;       }