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 | 10aa7a62d9e9d4c2855d79b6aa14fcd294dbafcf (patch) | |
tree | ac147d004bb6307d3b73e1aaa4c3b7cadf0be52d | |
parent | 7ef2c32735e28435685e0152af51b8788b2e622b (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> |