CI only on tags, redesign start
This commit is contained in:
parent
fe6e0981d2
commit
444732a9bd
3 changed files with 12 additions and 5 deletions
src/components
|
@ -23,7 +23,7 @@ const img: string = `/assets/favourites/${image}.webp`
|
|||
.heading {
|
||||
display: flex;
|
||||
height: 4rem;
|
||||
font-size: 22px;
|
||||
font-size: 24px;
|
||||
color: white;
|
||||
max-width: 200px;
|
||||
padding-bottom: 0.3rem;
|
||||
|
@ -38,6 +38,7 @@ const img: string = `/assets/favourites/${image}.webp`
|
|||
}
|
||||
|
||||
a {
|
||||
border-radius: 1rem;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: column;
|
||||
|
@ -54,7 +55,7 @@ const img: string = `/assets/favourites/${image}.webp`
|
|||
}
|
||||
|
||||
a > img {
|
||||
padding: 0.25em;
|
||||
padding: 0px 0.25em;
|
||||
width: 90%;
|
||||
height: auto;
|
||||
}
|
||||
|
@ -67,7 +68,7 @@ const img: string = `/assets/favourites/${image}.webp`
|
|||
}
|
||||
|
||||
a > img {
|
||||
padding: 1.5em;
|
||||
padding: 0px 1.5em;
|
||||
width: 200px;
|
||||
height: auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue