diff --git a/app/assets/stylesheets/main.css b/app/assets/stylesheets/main.css
index 4067528..90fa5e5 100644
--- a/app/assets/stylesheets/main.css
+++ b/app/assets/stylesheets/main.css
@@ -94,11 +94,14 @@ a:link:has(h1), a:visited:has(h1) {
text-decoration: none;
}
-aside {
+section.content, aside {
margin: 1em auto;
padding: .5em;
background-color: var(--inset-background-color);
border: 1px solid var(--border-color);
+}
+
+aside {
float: left;
}
diff --git a/app/views/home_pages/index.html.erb b/app/views/home_pages/index.html.erb
index 3d5d37b..af29657 100644
--- a/app/views/home_pages/index.html.erb
+++ b/app/views/home_pages/index.html.erb
@@ -1,9 +1,11 @@
-
+ Hello.
-Welcome to my site! I’m a software engineer specialising in Ruby and Rails, with a love for *nix systems,
-NixOS and free software in general. I’m also a maker and dad, and here is where my thoughts get dumped.
+ Welcome to my site! I’m a software engineer specialising in Ruby and Rails, with a love for *nix systems,
+ NixOS and free software in general. I’m also a maker and dad, and here is where my thoughts get dumped.
-The code for my personal projects <%= link_to "can be found here", "https://git.tsvallender.co.uk/web" %>
+ The code for my personal projects <%= link_to "can be found here", "https://git.tsvallender.co.uk/web" %>
+