aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-10-31 02:42:21 -0700
committerJakob Odersky <jakob@odersky.com>2018-10-31 02:44:46 -0700
commitb4e419134512942b29573f2d0167dbc89628e39f (patch)
tree59d97bf1f763d3a8a78c7ceed252108e07d4a1b9
parentecd6bccd527ea0f5091a2efb14eb5173caddff27 (diff)
downloadidenticon-b4e419134512942b29573f2d0167dbc89628e39f.tar.gz
identicon-b4e419134512942b29573f2d0167dbc89628e39f.tar.bz2
identicon-b4e419134512942b29573f2d0167dbc89628e39f.zip
Decrease width for improved mobile experience
-rw-r--r--index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/index.html b/index.html
index 49ee9ff..086ad80 100644
--- a/index.html
+++ b/index.html
@@ -1,8 +1,7 @@
<!doctype html>
<html>
<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta charset="UTF-8">
<style>
* {
box-sizing: border-box;
@@ -22,7 +21,7 @@
padding: 1em;
margin: 1em;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
- width: 400px;
+ width: 300px;
}
input[type=text] {
display: block;