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;
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue