Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit f07b1c3

Browse files
committed
fixing paragraph spacing on the holding site
1 parent a5d0cf1 commit f07b1c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ form {
310310
.maincontent h5 {
311311
color:#222;
312312
line-height:152%;
313+
font-size:14px;
313314
}
314315

315316
.maincontent p {

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h4>Get notified when we launch:</h4>
5656
<input type="submit" value="Notify me" />
5757
</form>
5858

59-
<div style="padding:23px;">
59+
<div style="padding:23px;padding-top:0px;">
6060
<h5>Get and stay organized</h5>
6161
<p>
6262
Atomate is a your personal, extra smart note taking tool. It does two
@@ -87,7 +87,6 @@ <h5>Get and stay organized</h5>
8787
<a href="https://github.com/Zamiang/Atomate">Source</a> &#8226;
8888
<a href="help">Help</a>
8989
</p>
90-
<br />
9190
<p>
9291
by <a href="http://zamiang.com">Brennan Moore</a> & <a href="http://robostar.csail.mit.edu/emax/">Max van Kleek</a>
9392
</p>

0 commit comments

Comments
 (0)