Fix spacing on project info pages on smaller mobiles

This commit is contained in:
Peder Bergebakken Sundt 2018-08-23 16:05:20 +02:00
parent 2b3d6d7026
commit 386b0bfcbf
1 changed files with 2 additions and 1 deletions

View File

@ -84,13 +84,14 @@ a.nostyle {
grid-template-areas: "right"
"left";
}
}
@media screen and (min-width: 33rem) and (max-width: 50rem) {
.projectmember-container {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto;
grid-template-areas: "organizers members"
"join join";
}
}