diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/gril.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/assets/css/gril.css b/assets/css/gril.css index e22364a..5b5bd84 100644 --- a/assets/css/gril.css +++ b/assets/css/gril.css | |||
@@ -3,6 +3,11 @@ h1 > small { | |||
3 | font-size: 50%; | 3 | font-size: 50%; |
4 | } | 4 | } |
5 | 5 | ||
6 | .card-title { | 6 | .card-title.big { |
7 | font-size: 36px !important; | 7 | font-size: 36px !important; |
8 | } | ||
9 | |||
10 | .card-content.center-big { | ||
11 | padding-top: 9px; | ||
12 | padding-bottom: 9px; | ||
8 | } \ No newline at end of file | 13 | } \ No newline at end of file |