1
0
Fork 0

Home: Add images to repository links

This commit is contained in:
Pablo Vazquez 2023-02-02 18:47:44 +01:00
parent 04542a3890
commit e33d9a9921
4 changed files with 38 additions and 42 deletions

View file

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

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 118 KiB

Before After
Before After