diff --git a/core/static/core/style.scss b/core/static/core/style.scss index 54a0b6dd..8bfe1aaf 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -1772,7 +1772,7 @@ $pedagogy-white-text: #f0f0f0; .uv-quick-info-container { display: grid; grid-template-columns: 20% 20% 20% 20% auto; - grid-template-rows: 100% 100%; + grid-template-rows: auto auto; grid-template-areas: "hours-cm hours-td hours-tp hours-te hours-the" "department credit-type semester . ." ; } @@ -1817,7 +1817,7 @@ $pedagogy-white-text: #f0f0f0; @media screen and (max-width: $large-devices){ grid-template-columns: 100%; - grid-template-rows: 100% 100%; + grid-template-rows: auto auto; grid-template-areas: "stars" "comment"; } } @@ -1868,7 +1868,7 @@ $pedagogy-white-text: #f0f0f0; @media screen and (max-width: $large-devices){ grid-template-columns: 50% 50%; - grid-template-rows: 100% 100%; + grid-template-rows: auto auto; grid-template-areas: "grade grade-stars" "uv-infos uv-infos"; .pedagogy {