Improve mobile view

This commit is contained in:
Jip Fr
2021-04-21 12:07:17 +02:00
parent f248aeed1c
commit 15e3f18820

View File

@@ -401,6 +401,9 @@ section.team {
grid-template-columns: auto 1fr;
grid-gap: 20px;
}
.feature-progress-chart {
max-width: 100px;
}
.feature-list-wrapper h3 {
margin: 0;
}
@@ -435,7 +438,7 @@ section.team {
/* Progress: Feature list */
.feature-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
grid-gap: 10px;
}
.feature {
@@ -609,4 +612,8 @@ footer {
margin-top: 100px;
}
.text {
width: 100%;
}
}