diff options
author | rtz12 <koenig@fagott.pw> | 2015-12-28 18:56:47 (UTC) |
---|---|---|
committer | rtz12 <koenig@fagott.pw> | 2015-12-28 18:56:47 (UTC) |
commit | eb03000339859fc3b5869cb8906f1e4f1022a52e (patch) | |
tree | b238d003268dfb9c93dfa80635ad8263cb67b2b8 /assets/css/gril.css | |
parent | 23f73a60a4cf4621dd5951bfe6601a8c154cad07 (diff) | |
parent | 647c105dadfa58af6cfa80d3f359d43cfa5d5cf2 (diff) |
Merge branch 'master' of projekte.fagott.pw:grilist
Diffstat (limited to 'assets/css/gril.css')
-rw-r--r-- | assets/css/gril.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/css/gril.css b/assets/css/gril.css index 409ef51..5b5bd84 100644 --- a/assets/css/gril.css +++ b/assets/css/gril.css | |||
@@ -1,4 +1,13 @@ | |||
1 | h1 > small { | 1 | h1 > small { |
2 | padding-left: 8px; | 2 | padding-left: 8px; |
3 | font-size: 50%; | 3 | font-size: 50%; |
4 | } | ||
5 | |||
6 | .card-title.big { | ||
7 | font-size: 36px !important; | ||
8 | } | ||
9 | |||
10 | .card-content.center-big { | ||
11 | padding-top: 9px; | ||
12 | padding-bottom: 9px; | ||
4 | } \ No newline at end of file | 13 | } \ No newline at end of file |