+ Status: Working but under development (16 Nov 2019). +
Welcome to Profile Studio - a generator and editor for JSON Resume files.
diff --git a/styles.css b/styles.css index caa8b7b..b759f53 100644 --- a/styles.css +++ b/styles.css @@ -71,6 +71,10 @@ html, body, h1, h2, h3, h4, h5 { margin-top: 32px; } +.margin-bottom-32 +{ + margin-bottom: 32px; +} /** * Create a 64px margin at the top of an element. @@ -79,6 +83,10 @@ html, body, h1, h2, h3, h4, h5 { margin-top: 64px; } +.margin-bottom-64 +{ + margin-bottom: 64px; +} /** * Bootstrap style muted helper text for form inputs.