Make the actor tiles larger.
[armadillo.git] / web_frontend / mobile.css
1 /*
2 * Armadillo File Manager
3 * Copyright (c) 2012, Robert Sesek <http://www.bluestatic.org>
4 *
5 * This program is free software: you can redistribute it and/or modify it under
6 * the terms of the GNU General Public License as published by the Free Software
7 * Foundation, either version 3 of the License, or any later version.
8 */
9
10 body {
11 padding: 0;
12 }
13
14 .tile {
15 display: block;
16
17 line-height: 2em;
18 }
19
20 .tile .title {
21 font-size: 1.0em;
22 }