diff options
Diffstat (limited to 'frontend/views/page/page.css')
| -rw-r--r-- | frontend/views/page/page.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/views/page/page.css b/frontend/views/page/page.css index d828b82..7794254 100644 --- a/frontend/views/page/page.css +++ b/frontend/views/page/page.css @@ -35,6 +35,9 @@ margin-bottom: 0.5rem; box-shadow: 4px 4px 6px rgba(0,0,0,0.5); } +.tileList .row:last-child { + margin-bottom: 0; +} .tileList .row:nth-child(odd) { background: rgba(0,0,0,0.2); } |
