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