diff --git a/README.md b/README.md
index d11804a..bf2a753 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Ratchet v2.0 WIP [![devDependencies](https://david-dm.org/maker/ratchet/dev-status.png?theme=shields.io)](https://david-dm.org/maker/ratchet#info=devDependencies)
-Prototype mobile apps with simple HTML, CSS, and JS components.
+Build mobile apps with simple HTML, CSS, and JS components.
## Getting Started
diff --git a/dist/ratchet.css b/dist/ratchet.css
index 5b3ea55..ae2ce6d 100644
--- a/dist/ratchet.css
+++ b/dist/ratchet.css
@@ -314,7 +314,7 @@ strong {
}
h1, h2, h3, h4, h5, h6 {
- margin: 10px 15px;
+ margin: 10px 10px;
line-height: 1;
}
@@ -345,11 +345,16 @@ h6, .h6 {
}
p {
- margin: 10px 15px;
+ margin: 10px 10px;
font-size: 14px;
color: #777;
}
+.container > h1, .container h2, .container h3, .container h4, .container h5, .container h6, .container p {
+ margin-left: 0;
+ margin-right: 0;
+}
+
.btn {
position: relative;
display: inline-block;
diff --git a/dist/template.html b/dist/template.html
index e690b94..d89b5cc 100644
--- a/dist/template.html
+++ b/dist/template.html
@@ -36,45 +36,39 @@
-
-
+
+
-
-
-
+
+
Thanks for downloading Ratchet. This is an example HTML page that's linked up to compiled Ratchet CSS and JS, has the proper meta tags and the HTML structure. Need some more help before you start filling this with your own content? Check out some Ratchet resources:
+
-
-
-
-