From 8b7596205a6588806b758a0fc7e09ff9b88335cd Mon Sep 17 00:00:00 2001
From: Tor Andersson <tor@ccxvii.net>
Date: Fri, 27 Oct 2023 23:53:38 +0200
Subject: Mobile friendly info pages.

---
 info/blocks.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'info/blocks.html')

diff --git a/info/blocks.html b/info/blocks.html
index 35188ed..9472050 100644
--- a/info/blocks.html
+++ b/info/blocks.html
@@ -1,9 +1,10 @@
 <!DOCTYPE html>
 <html>
+<meta name="viewport" content="width=700">
 <title>Richard III - Blocks</title>
 <style>
 body {
-	margin: 40px;
+	margin: 20px;
 	background-color: slategray;
 	color: white;
 	text-align: center;
@@ -14,13 +15,12 @@ div.list {
 	justify-content: center;
 }
 div.block {
-	width: 60px;
-	height: 60px;
+	width: 62px;
+	height: 62px;
 	margin: 10px;
 	background-size: 700% 900%;
 	background-repeat: no-repeat;
 	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
-	border-radius: 6px;
 }
 div.block:hover {
 	transform: scale(2.0);
-- 
cgit v1.2.3