MAke officials mobile aware

This commit is contained in:
Christian Wolf 2024-01-07 14:17:52 +01:00
parent 19d939edd2
commit 46aa612ed5

View File

@ -395,7 +395,10 @@ h1 {
}
.person {
width: calc(50% - #{$gap_columns_persons} / 2);
width: 100%;
@include media-large() {
width: calc(50% - #{$gap_columns_persons} / 2);
}
height: 80px;
// margin: 10px 25px 10px 0;
display: flex;
@ -656,7 +659,7 @@ h1 {
@include mouse-available() {
margin: 0;
}
.date {
font-weight: bold;
// height: 100%;