diff options
author | davidovski <david@davidovski.xyz> | 2022-05-23 22:42:01 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-23 22:42:01 +0100 |
commit | d6c7dfb5523d0cd86381227b0c0524e4a1d4c025 (patch) | |
tree | 4e8511832b4e0bbac17574258f296158a08fde48 /resources/style.css | |
parent | 46e06bbe0c12617d946d55ae06c80b1fdf9e3015 (diff) |
width auto on about text
Diffstat (limited to 'resources/style.css')
-rw-r--r-- | resources/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/style.css b/resources/style.css index 05bf450..2912442 100644 --- a/resources/style.css +++ b/resources/style.css @@ -141,8 +141,8 @@ pre { } .about { - width: 65%; float: left; + width: auto; } .image { |