diff options
author | Teddy Wing | 2018-11-08 17:24:44 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-08 17:24:44 +0100 |
commit | fe8d65700b73e8f29e5a38289ed5cfa4ed57702c (patch) | |
tree | 78fd539047a26931a516c73ea24e7726cbe5a0cb /index.html | |
parent | e1c286ae550fd31dcbcf6c4dbda758d207e65a3e (diff) | |
download | dome-key-web-fe8d65700b73e8f29e5a38289ed5cfa4ed57702c.tar.bz2 |
Adjust logo and content margins
* Add margins to the top & bottom of the page
* Align the logo relative to the content area, and move it left a bit,
outside of the column
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -10,12 +10,12 @@ <link rel="stylesheet" href="assets/styles.css" /> </head> <body> - <header> - <h1>DomeKey</h1> - <img src="assets/logo.svg" alt="DomeKey" /> - </header> - <div class="content"> + <header> + <h1>DomeKey</h1> + <img src="assets/logo.svg" alt="DomeKey" /> + </header> + <p> DomeKey lets you customise headphone buttons </p> |