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; }