diff --git a/css/scss/module/card/_card.scss b/css/scss/module/card/_card.scss index 1ace23211..a4c870103 100644 --- a/css/scss/module/card/_card.scss +++ b/css/scss/module/card/_card.scss @@ -2,6 +2,10 @@ /* Add shadows to create the "card" effect */ box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s; + display: flex; + flex-direction: column; + align-items: center; + height: 100%; } /* On mouse-over, add a deeper shadow */ @@ -15,3 +19,4 @@ padding: 2px 16px; justify-content: center; } + diff --git a/public/ticket/create_ticket.php b/public/ticket/create_ticket.php index 5daac2b5b..ceb4e0a52 100644 --- a/public/ticket/create_ticket.php +++ b/public/ticket/create_ticket.php @@ -656,7 +656,7 @@ } print ''; - print '
'; + print '
'; print '
'; print 'SocietyLogo'; print '
';