From 99701deacd2ad3ef21bd9715669550432ec91c0b Mon Sep 17 00:00:00 2001
From: Frankie B <git@diskfloppy.me>
Date: Sat, 26 Aug 2023 01:20:28 +0100
Subject: Update computers page design

---
 public/css/master.css | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

(limited to 'public')

diff --git a/public/css/master.css b/public/css/master.css
index 00d1fa9..24631ee 100644
--- a/public/css/master.css
+++ b/public/css/master.css
@@ -342,3 +342,32 @@ table.info-table tr td small {
 a:hover {
     text-decoration: underline;
 }
+
+.computer {
+    width: 100%;
+}
+
+.computer td {
+    border: none;
+}
+
+.computer h1,
+.computer hr {
+    margin: 0;
+}
+
+.computer .computer-image {
+    width: 256px;
+}
+
+.spec {
+    padding-left: 20px;
+}
+
+.spec-title {
+    font-weight: bold;
+}
+
+.computer-specs {
+    margin-top: 5px;
+}
-- 
cgit v1.2.3-54-g00ecf