Update project card style
This commit is contained in:
parent
ebbd2d3ec5
commit
b18695aa7b
|
|
@ -18,7 +18,7 @@
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
gap: 2.5rem;
|
gap: .5rem;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 0.4rem;
|
padding: 0.4rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -47,7 +47,7 @@
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
.card .content {
|
.card .content {
|
||||||
padding: 1rem 0.4rem 0;
|
padding-inline: .4rem;
|
||||||
}
|
}
|
||||||
.card .list-inline {
|
.card .list-inline {
|
||||||
gap: 0.5ch;
|
gap: 0.5ch;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue