Home: Add images to repository links
This commit is contained in:
parent
04542a3890
commit
e33d9a9921
4 changed files with 38 additions and 42 deletions
|
@ -480,13 +480,14 @@ footer a {
|
|||
color: var(--color-text-dark-2);
|
||||
}
|
||||
|
||||
.ui.card.card-with-icon {
|
||||
.ui.card.card-with-icon .row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
padding: var(--spacer);
|
||||
}
|
||||
|
||||
.ui.card.card-with-icon .icon svg {
|
||||
margin: 10px 0 0 15px;
|
||||
margin: 0 var(--spacer) 0 0;
|
||||
width: 50px;
|
||||
opacity: .7;
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 124 KiB |
Binary file not shown.
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 118 KiB |
Loading…
Add table
Add a link
Reference in a new issue