site: add download section

Use something similar to Bootstrap's "Hanging icons" example from
the Bootstrap 5.1 docs.

See: https://getbootstrap.com/docs/5.1/examples/features/
This commit is contained in:
2021-12-12 21:13:46 +02:00
parent 81466a508c
commit 060ce5e556
3 changed files with 42 additions and 1 deletions

View File

@ -38,6 +38,16 @@ p.lead {
color: inherit;
}
.icon-square {
display: inline-flex;
align-items: center;
justify-content: center;
width: 3rem;
height: 3rem;
font-size: 1.5rem;
border-radius: .75rem;
}
div.badge-required {
float: right;