add some style for figures in the description

This commit is contained in:
Rhiannon Morris 2020-08-28 22:21:56 +02:00
parent e43feed18e
commit 799d16c595
1 changed files with 15 additions and 0 deletions

View File

@ -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;
}