diff options
| author | Teddy Wing | 2014-03-27 00:49:40 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2014-03-27 00:50:42 -0400 | 
| commit | 07f6308a8cb7a6248f11b606d530a1ee3403492a (patch) | |
| tree | 2ead55d5efec8fcef533a68da8ce4b8750082ef1 | |
| parent | 06909d8edd0014e51666475bc2cfd29eeaa43e1f (diff) | |
| download | GitHub-Show-Full-Commit-Message-Bookmarklet-07f6308a8cb7a6248f11b606d530a1ee3403492a.tar.bz2 | |
Adjust text styles
| -rw-r--r-- | index.html | 8 | 
1 files changed, 5 insertions, 3 deletions
| @@ -44,16 +44,18 @@  		} +		body { margin: 30px 0; background-color: #f0eeee; font: 16px 'Noto Serif'; } +		 +		h2 { margin: 1.5em 0 0.2em; font: 1.8em 'Varela Round'; } +		p { margin: 1em 0; font-size: 1.3em; line-height: 1.5; } +		  		i { font-style: italic; } -		body { margin: 30px 0; background-color: #f0eeee; font: 16px 'Noto Serif'; }  		.wrapper { width: 600px; margin: 0 auto; }  		header { width: 940px; margin: 0 auto 0.5em; font: 4.5em/1.05 'Varela Round'; text-align: center; } -		div[role="main"] { font-size: 1.5em; } -		  		.demo img { width: 100%; }  	</style>  </head> | 
