diff --git a/rtfd/public/html/index.html b/rtfd/public/html/index.html
index b5e88a1..4162792 100644
--- a/rtfd/public/html/index.html
+++ b/rtfd/public/html/index.html
@@ -28,7 +28,16 @@
Go elsewhere…
-
+
+
+
+ First column to describe the associated
+ image of a debian landscape debanner.
+
+
+

+
+
@@ -50,6 +59,12 @@
+
+ Yet Another Heading
+ Sub Heading
+ Yet another paragraph.
+
+
diff --git a/rtfd/public/html/style/main.css b/rtfd/public/html/style/main.css
index d2f7e82..5bf2815 100644
--- a/rtfd/public/html/style/main.css
+++ b/rtfd/public/html/style/main.css
@@ -34,6 +34,12 @@ background-color: #300;
padding: 1em 2em;
}
+.columns {
+display: grid;
+gap: 1em;
+grid-template-columns: 1fr 2fr;
+}
+
.sectionless {
background-color: #630;
padding: .5em 1em;
@@ -45,7 +51,6 @@ font-size: 1.5em;
.wrapper {
display: flex;
-max-inline-size: 60ch;
}
main {
@@ -66,6 +71,8 @@ text-align: center;
}
img {
+display: block;
+max-inline-size: 100%;
}
p {