mirror of
https://github.com/ae-utbm/sith.git
synced 2024-10-31 19:38:04 +00:00
pedagogy: fix mobile display on chrome
This commit is contained in:
parent
52129d7511
commit
46a042cde2
@ -1893,7 +1893,7 @@ $pedagogy-white-text: #f0f0f0;
|
||||
|
||||
@media screen and (max-width: $large-devices){
|
||||
grid-template-columns: auto;
|
||||
grid-template-rows: 156px auto auto auto;
|
||||
grid-template-rows: auto auto auto auto;
|
||||
grid-template-areas: "grade-block" "comment" "info" "comment-end-bar"
|
||||
}
|
||||
|
||||
@ -1913,8 +1913,10 @@ $pedagogy-white-text: #f0f0f0;
|
||||
background-color: $pedagogy-blue;
|
||||
|
||||
@media screen and (max-width: $large-devices){
|
||||
grid-template-columns: 50% 50%;
|
||||
width: 100%;
|
||||
grid-template-columns: auto auto;
|
||||
grid-template-rows: auto;
|
||||
grid-template-areas: "grade-type grade-stars";
|
||||
width: auto;
|
||||
clip-path: none;
|
||||
}
|
||||
|
||||
@ -1930,7 +1932,6 @@ $pedagogy-white-text: #f0f0f0;
|
||||
|
||||
.grade-stars {
|
||||
grid-area: grade-stars;
|
||||
justify-self: start;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user