summaryrefslogtreecommitdiff
path: root/info/blocks.html
diff options
context:
space:
mode:
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);