From c131106e0cf4c1cd009163106a37c32fcc9bc5bc Mon Sep 17 00:00:00 2001 From: Muhammad Nur Hidayat Yasuyoshi Date: Fri, 21 Apr 2017 19:53:59 +0800 Subject: [PATCH] Update signature.html --- signature.html | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/signature.html b/signature.html index 4bfea8f..7c2b18c 100644 --- a/signature.html +++ b/signature.html @@ -9,10 +9,11 @@ flex-flow: row wrap; text-align: center; font-family: Roboto, Arial, Verdana; + font-size: 75%; } .flex-container > * { - padding: 15px; + padding: 10px; -webkit-flex: 1 100%; flex: 1 100%; } @@ -20,18 +21,19 @@ .article { text-align: left; font-family: Roboto, Arial, Verdana; + font-size: 75%; } -header {background: white;color:black;font-family: Roboto, Arial, Verdana;} -footer {background: #aaa;color:white;font-family: Roboto, Arial, Verdana;} -a {text-decoration: none;} -.nav {background:#eee;font-family: Roboto, Arial, Verdana;} -.dets {color:grey;} +header {background: white;color:black;font-family: Roboto, Arial, Verdana;font-size: 75%;} +footer {background: #aaa;color:white;font-family: Roboto, Arial, Verdana;font-size: 75%;} +a {text-decoration: none;font-size: 75%;} +.nav {background:#eee;font-family: Roboto, Arial, Verdana;font-size: 75%;} +.dets {color:grey;font-size: 75%;} @media all and (min-width: 768px) { - .nav {text-align:left;-webkit-flex: 1 auto;flex:1 auto;-webkit-order:1;order:1;} - .article {-webkit-flex:5 0px;flex:5 0px;-webkit-order:2;order:2;} - footer {-webkit-order:3;order:3;} + .nav {text-align:left;-webkit-flex: 1 auto;flex:1 auto;-webkit-order:1;order:1;font-size: 75%;} + .article {-webkit-flex:5 0px;flex:5 0px;-webkit-order:2;order:2;font-size: 75%;} + footer {-webkit-order:3;order:3;font-size: 75%;} }