From 5aea0e06231cea59d11c25abbcccbc7aa7c5b134 Mon Sep 17 00:00:00 2001 From: Muhammad Nur Hidayat Yasuyoshi Date: Fri, 21 Apr 2017 19:56:17 +0800 Subject: [PATCH] Update signature.html --- signature.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/signature.html b/signature.html index 7c2b18c..ce51ee7 100644 --- a/signature.html +++ b/signature.html @@ -21,19 +21,18 @@ .article { text-align: left; font-family: Roboto, Arial, Verdana; - font-size: 75%; } -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%;} +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;} @media all and (min-width: 768px) { - .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%;} + .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;} }