mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2025-05-08 22:26:06 +02:00
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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user