Better feature columns

This commit is contained in:
kolaente 2019-12-25 14:21:17 +01:00
parent c90c1b3fdd
commit 546be694b9
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 0 deletions

View File

@ -257,6 +257,9 @@ h1, h2, h3, h4, h5, h6 {
.column{
width: 48%;
flex-grow: 0;
flex-basis: auto;
flex-shrink: 0;
}
}