add some style for figures in the description
This commit is contained in:
parent
e43feed18e
commit
799d16c595
1 changed files with 15 additions and 0 deletions
|
@ -101,6 +101,21 @@ body {
|
|||
align-items: baseline;
|
||||
}
|
||||
|
||||
#info figure {
|
||||
width: min-content;
|
||||
margin: 0.25em auto;
|
||||
}
|
||||
|
||||
#info .light-bg {
|
||||
background: hsl(0deg, 0%, 100%, 75%);
|
||||
padding: 5px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
#info .floating {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#info h2, #info ul, #info p {
|
||||
margin: 0.35em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue