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 | be855364eb80bbae1ad521863cb1217e91077253 (patch) | |
| tree | 4e8511832b4e0bbac17574258f296158a08fde48 | |
| parent | 0817db805e59cd29797d3cdfee5cf20f79497c6b (diff) | |
width auto on about text
| -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 { | 
