Fix minor card styling issues

This commit is contained in:
Timothée Goguely 2024-12-18 16:17:24 +01:00
parent 6abeddb914
commit 56415109ad

View file

@ -16,15 +16,15 @@
color: transparent;
position: relative;
display: inline-block;
width: 0.625rem;
height: 0.625rem;
width: 0.75rem;
height: 0.75rem;
border-radius: var(--rounded-full);
outline: .1875rem solid var(--color-white);
background-color: var(--color-primary-100);
overflow: hidden;
position: absolute;
top: 3.125rem;
right: 0.9rem;
right: 0.875rem;
z-index: 1;
}
@ -46,7 +46,7 @@
position: relative;
width: 100%;
border: 4px solid var(--color-grey-50);
border-radius: var(--rounded-lg);
border-radius: var(--rounded-xl);
overflow: hidden;
margin-bottom: var(--space-16);
aspect-ratio: 408/220;