Fix layout and code highlighting

This commit is contained in:
panr
2019-01-29 18:59:47 +01:00
parent cdc9966d26
commit 446691ba59
12 changed files with 33 additions and 258 deletions

View File

@ -43,6 +43,7 @@
&__inner {
display: flex;
flex-wrap: wrap;
list-style: none;
margin: 0;
padding: 0;
@ -50,6 +51,8 @@
li {
&:not(:last-of-type) {
margin-right: 20px;
margin-bottom: 10px;
flex: 0 0 auto;
}
}