diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:53:38 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-28 00:02:46 +0200 |
commit | 8b7596205a6588806b758a0fc7e09ff9b88335cd (patch) | |
tree | 998844850dc97b1a8a96259edc3f8748bdad70fe /info/blocks.html | |
parent | 1962a4c5866109732727ca55c4214f9ef1baa62a (diff) | |
download | richard-iii-8b7596205a6588806b758a0fc7e09ff9b88335cd.tar.gz |
Mobile friendly info pages.
Diffstat (limited to 'info/blocks.html')
-rw-r--r-- | info/blocks.html | 8 |
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); |