Further redesign
This commit is contained in:
parent
4eb390d0b1
commit
afe18e37b6
10 changed files with 128 additions and 111 deletions
src/components/cards
|
@ -41,7 +41,7 @@ const loadedImage = plsLoadImage(images, imagePath)
|
|||
color: var(--c-primary-text);
|
||||
max-width: 200px;
|
||||
padding-bottom: 0.3rem;
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
margin: 0px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
@ -88,7 +88,7 @@ const loadedImage = plsLoadImage(images, imagePath)
|
|||
.subtext {
|
||||
color: var(--c-primary-text);
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
font-weight: 400;
|
||||
margin: 0.5rem;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue