diff options
Diffstat (limited to 'assets')
-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 |