Update signature.html

master
Muhammad Nur Hidayat Yasuyoshi 2017-04-21 19:53:59 +08:00 committed by GitHub
parent 290f05a805
commit c131106e0c
1 changed files with 11 additions and 9 deletions

View File

@ -9,10 +9,11 @@
flex-flow: row wrap; flex-flow: row wrap;
text-align: center; text-align: center;
font-family: Roboto, Arial, Verdana; font-family: Roboto, Arial, Verdana;
font-size: 75%;
} }
.flex-container > * { .flex-container > * {
padding: 15px; padding: 10px;
-webkit-flex: 1 100%; -webkit-flex: 1 100%;
flex: 1 100%; flex: 1 100%;
} }
@ -20,18 +21,19 @@
.article { .article {
text-align: left; text-align: left;
font-family: Roboto, Arial, Verdana; font-family: Roboto, Arial, Verdana;
font-size: 75%;
} }
header {background: white;color:black;font-family: Roboto, Arial, Verdana;} header {background: white;color:black;font-family: Roboto, Arial, Verdana;font-size: 75%;}
footer {background: #aaa;color:white;font-family: Roboto, Arial, Verdana;} footer {background: #aaa;color:white;font-family: Roboto, Arial, Verdana;font-size: 75%;}
a {text-decoration: none;} a {text-decoration: none;font-size: 75%;}
.nav {background:#eee;font-family: Roboto, Arial, Verdana;} .nav {background:#eee;font-family: Roboto, Arial, Verdana;font-size: 75%;}
.dets {color:grey;} .dets {color:grey;font-size: 75%;}
@media all and (min-width: 768px) { @media all and (min-width: 768px) {
.nav {text-align:left;-webkit-flex: 1 auto;flex:1 auto;-webkit-order:1;order:1;} .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;} .article {-webkit-flex:5 0px;flex:5 0px;-webkit-order:2;order:2;font-size: 75%;}
footer {-webkit-order:3;order:3;} footer {-webkit-order:3;order:3;font-size: 75%;}
} }
</style> </style>
</head> </head>