diff options
| -rw-r--r-- | header.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/header.html b/header.html index e936a32..34163d2 100644 --- a/header.html +++ b/header.html @@ -84,8 +84,13 @@ <header> <nav> <ul> - <li><img src="public/Justine-Unix-Surrealism.png" alt="Justine Unix Surrealism" style="width:140px;height:100px;"></li> - <li><h1>Justine Smithies blog</h1>Adventures of a Linux, BSD chick</li> + <img src="public/Justine-Unix-Surrealism.png" alt="Justine Unix Surrealism" style="width:140px;height:100px;"> + </ul> + <ul> + <h1>Justine Smithies blog</h1> + </ul> + <ul> + <li style="padding-bottom: 10px;">Adventures of a Linux, BSD chick</li> </ul> <ul> <li><a href="index.html">Home</a></li> |
