summaryrefslogtreecommitdiff
path: root/info/blocks.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-27 23:53:38 +0200
committerTor Andersson <tor@ccxvii.net>2023-10-28 00:02:46 +0200
commit8b7596205a6588806b758a0fc7e09ff9b88335cd (patch)
tree998844850dc97b1a8a96259edc3f8748bdad70fe /info/blocks.html
parent1962a4c5866109732727ca55c4214f9ef1baa62a (diff)
downloadrichard-iii-8b7596205a6588806b758a0fc7e09ff9b88335cd.tar.gz
Mobile friendly info pages.
Diffstat (limited to 'info/blocks.html')
-rw-r--r--info/blocks.html8
1 files changed, 4 insertions, 4 deletions
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);