1
0
mirror of https://github.com/mbirth/tcl_update_db.git synced 2024-09-20 01:03:26 +01:00

Optimise for mobile display.

This commit is contained in:
Markus Birth 2018-01-07 22:20:32 +01:00
parent d24fe609df
commit 0bfe96110b
2 changed files with 5 additions and 1 deletions

View File

@ -11,6 +11,10 @@ body {
font-family: sans-serif;
}
main {
overflow: scroll;
}
.panel {
margin-top: 70px;
}

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>BlackBerry/TCL Firmware List</title>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="viewport" content="width=device-width, initial-scale=0.8"/>
<link rel="stylesheet" href="node_modules/material-components-web/dist/material-components-web.css"/>
<link rel="stylesheet" href="assets/material-icons.css"/>
<link rel="stylesheet" href="assets/style.css"/>