diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 26 |
1 files changed, 3 insertions, 23 deletions
@@ -2,6 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Julian site</title> <link rel="icon" href="/favicon.png"> @@ -12,33 +13,12 @@ body { padding: 0 .62em; font: 1.1em/1.2 serif; } -#header { - display: flex; - flex-direction: row; -} -#header-image { - display: flex; - margin-right: 1em; - align-items: center; -} -#logo { - object-fit: scale-down; - height: 3.5em; -} -#line-below-header { - margin-top: 0px; -} </style> </head> <body> <div id="header"> - <div id="header-image"> - <img id="logo" src="/favicon.png"> - </div> - <div> - <h2>Julian's personal website.</h2> - <p>This is just a small page containing some contact info etc.</p> - </div> + <h2>Julian's personal website.</h2> + <p>This is just a small page containing some contact info etc.</p> </div> <div id="projects"> <hr id="line-below-header"> |