diff options
| author | Teddy Wing | 2018-11-08 17:17:47 +0100 | 
|---|---|---|
| committer | Teddy Wing | 2018-11-08 17:17:47 +0100 | 
| commit | e1c286ae550fd31dcbcf6c4dbda758d207e65a3e (patch) | |
| tree | 0545dd8ce0340dace7fcc5f41dd028da5663f0ba /assets/styles.css | |
| parent | af35d0ef7d327144639a7ab5d9e29031d2e9177b (diff) | |
| download | dome-key-web-e1c286ae550fd31dcbcf6c4dbda758d207e65a3e.tar.bz2 | |
Add margins to headers and blocks
Diffstat (limited to 'assets/styles.css')
| -rw-r--r-- | assets/styles.css | 16 | 
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/styles.css b/assets/styles.css index 9bc41ac..67ffd79 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -8,8 +8,21 @@ body {  	font: 19px "Georgia", serif;  }  header h1 { display: none; } +h2 { +    margin-top: 1.2em; +    margin-bottom: 0.4em; +} +p { +	margin-top: 0.8em; +	margin-bottom: 0.8em; +} +.content { +	width: 640px; +	margin-left: 11%; +}  .code-block {  	padding: 12px 16px; +	overflow: auto;      border: solid 2px #8c6e6e;  	border-radius: 6px;  	box-shadow: inset 1px 1px 10px #402929; @@ -17,6 +30,9 @@ header h1 { display: none; }  	color: #c9ccb4;  	text-shadow: 1px 3px 5px #230f0f;  } +.margin-bottom-1\.8 { +	margin-bottom: 1.8em; +}  h1, h2, h3, h4, h5, h6 {  	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, sans-serif;  }  | 
