mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 06:03:20 +00:00
pedagogy: fix css grids on chrome android
This commit is contained in:
parent
240d94bd57
commit
94bbdf372b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user