Fix minor card styling issues
This commit is contained in:
parent
6abeddb914
commit
56415109ad
1 changed files with 4 additions and 4 deletions
|
|
@ -16,15 +16,15 @@
|
||||||
color: transparent;
|
color: transparent;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 0.625rem;
|
width: 0.75rem;
|
||||||
height: 0.625rem;
|
height: 0.75rem;
|
||||||
border-radius: var(--rounded-full);
|
border-radius: var(--rounded-full);
|
||||||
outline: .1875rem solid var(--color-white);
|
outline: .1875rem solid var(--color-white);
|
||||||
background-color: var(--color-primary-100);
|
background-color: var(--color-primary-100);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 3.125rem;
|
top: 3.125rem;
|
||||||
right: 0.9rem;
|
right: 0.875rem;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: 4px solid var(--color-grey-50);
|
border: 4px solid var(--color-grey-50);
|
||||||
border-radius: var(--rounded-lg);
|
border-radius: var(--rounded-xl);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-bottom: var(--space-16);
|
margin-bottom: var(--space-16);
|
||||||
aspect-ratio: 408/220;
|
aspect-ratio: 408/220;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue