MAke officials mobile aware
This commit is contained in:
parent
19d939edd2
commit
46aa612ed5
@ -395,7 +395,10 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.person {
|
.person {
|
||||||
width: calc(50% - #{$gap_columns_persons} / 2);
|
width: 100%;
|
||||||
|
@include media-large() {
|
||||||
|
width: calc(50% - #{$gap_columns_persons} / 2);
|
||||||
|
}
|
||||||
height: 80px;
|
height: 80px;
|
||||||
// margin: 10px 25px 10px 0;
|
// margin: 10px 25px 10px 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user