update css
This commit is contained in:
parent
505559b912
commit
0e88187ba9
1 changed files with 24 additions and 0 deletions
|
@ -7,3 +7,27 @@
|
|||
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