Update signature.html

master
Muhammad Nur Hidayat Yasuyoshi 2017-04-21 19:56:17 +08:00 committed by GitHub
parent c131106e0c
commit 5aea0e0623
1 changed files with 8 additions and 9 deletions

View File

@ -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;}
}
</style>
</head>