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
commitbe855364eb80bbae1ad521863cb1217e91077253 (patch)
tree4e8511832b4e0bbac17574258f296158a08fde48
parent0817db805e59cd29797d3cdfee5cf20f79497c6b (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 {