update css
This commit is contained in:
parent
0166acdaad
commit
11881cf70c
2 changed files with 25 additions and 1 deletions
2
content
2
content
|
@ -1 +1 @@
|
||||||
Subproject commit c80dc2f017f8496728ea1ff22bb9129afe471f0f
|
Subproject commit 1b16d7c7b407cef01a069acf26f89e30d88cd932
|
|
@ -7,3 +7,27 @@
|
||||||
margin-left: 2em;
|
margin-left: 2em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li.section-li > .section {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
align-content: center;
|
||||||
|
justify-content: flex-start;
|
||||||
|
margin: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
li.section-li > .section > .meta {
|
||||||
|
flex-basis: unset;
|
||||||
|
font-size: x-small;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul.section-ul {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section-li>.section>.tags {
|
||||||
|
font-size: small;
|
||||||
|
}
|
Loading…
Reference in a new issue