diff options
author | davidovski <david@davidovski.xyz> | 2022-07-30 21:43:43 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-07-30 21:43:43 +0000 |
commit | 4f6088560eb0d8d3309a16272543159317aaa51f (patch) | |
tree | ac147d004bb6307d3b73e1aaa4c3b7cadf0be52d | |
parent | cffa3548a457fa35cd3a1607a3d32507b77b193b (diff) |
fixed
-rw-r--r-- | resources/style.css | 1 | ||||
-rw-r--r-- | templates/about.html | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/resources/style.css b/resources/style.css index 4b205da..47b7d40 100644 --- a/resources/style.css +++ b/resources/style.css @@ -141,7 +141,6 @@ pre { } .about { - float: left; width: auto; } diff --git a/templates/about.html b/templates/about.html index 35d7dc2..e0bc58c 100644 --- a/templates/about.html +++ b/templates/about.html @@ -12,7 +12,6 @@ <img src="/images/remotecontrol.gif"> </div> </div> -<hr /> <div> <h2>blog posts</h2> |