pedagogy: fix css grids on chrome android

This commit is contained in:
Antoine Bartuccio 2019-07-07 22:14:46 +02:00
parent 240d94bd57
commit 94bbdf372b
Signed by: klmp200
GPG Key ID: E7245548C53F904B
1 changed files with 3 additions and 3 deletions

View File

@ -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 {