summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-23 22:42:01 +0100
committerdavidovski <david@davidovski.xyz>2022-05-23 22:42:01 +0100
commitd6c7dfb5523d0cd86381227b0c0524e4a1d4c025 (patch)
tree4e8511832b4e0bbac17574258f296158a08fde48
parent46e06bbe0c12617d946d55ae06c80b1fdf9e3015 (diff)
width auto on about text
-rw-r--r--resources/style.css2
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 {