diff --git a/src/app/modules/community/quiz-list-detail/quiz-list-detail.component.css b/src/app/modules/community/quiz-list-detail/quiz-list-detail.component.css index f7b1dca03d661fd3384858760dd47ad3f3db2728..273a926124df7bb9baa91e6dbc4c4b2a5b5be65f 100644 --- a/src/app/modules/community/quiz-list-detail/quiz-list-detail.component.css +++ b/src/app/modules/community/quiz-list-detail/quiz-list-detail.component.css @@ -21,11 +21,10 @@ .quiz-info { display: flex; flex-direction: column; - justify-content: space-between; height: 30vh; - background-color: #FEFEFE; + background-color: #fefefe; border-radius: 10px; gap: 1rem; } @@ -48,6 +47,6 @@ hr { padding-left: 15%; height: 0.5vmin; margin: 0; - background-color: #B9B9B9; + background-color: #b9b9b9; border: none; -} \ No newline at end of file +}