Fixed css styles of patterns, fixed faq

This commit is contained in:
Eugene Serb
2022-06-22 01:26:49 +03:00
parent b3b70c54de
commit 5b67dcec41
2 changed files with 6 additions and 6 deletions

View File

@@ -487,7 +487,7 @@ table, th, td {
.pattern-list {
display: flex;
flex-direction: row;
justify-content: space-between;
justify-content: space-around;
flex-wrap: wrap;
gap: 32px;
}