summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--resources/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/resources/style.css b/resources/style.css
index 467d530..05bf450 100644
--- a/resources/style.css
+++ b/resources/style.css
@@ -137,15 +137,16 @@ pre {
}
.grid {
- display: grid;
+ display: inline;
}
.about {
width: 65%;
+ float: left;
}
.image {
- width: 35%;
+ width: auto;
float: right;
}