diff --git a/examples/mytheme/css/app.css b/examples/mytheme/css/app.css index a4ea3ab..e8458d6 100644 --- a/examples/mytheme/css/app.css +++ b/examples/mytheme/css/app.css @@ -1,3 +1,7 @@ +/* Basic example theme */ + + +/* Import the original stylesheet if you want, it's up to you... */ @import url("../../../assets/css/app.css"); @font-face { @@ -6,7 +10,9 @@ } body { - margin-left: 300px; + margin: 0; + max-width: 90%; + margin-left: 100px; padding-left: 10px; border-left: 5px solid #000; font-family: 'Inconsolata', sans-serif;