chore: update workflows config. cb9af579f0

This commit is contained in:
jaywcjlove
2022-12-10 04:36:44 +00:00
parent fbb637c777
commit bb8b879fd6
3 changed files with 49 additions and 2 deletions

View File

@ -390,7 +390,7 @@ body.home .max-container a.home-button:visited:hover {
.home-links.home-card a {
background: rgb(16 185 129/ var(--bg-opacity));
height: 2.1rem;
border-radius: 2rem;
border-radius: 0.3rem;
gap: 0.1rem;
padding: 0rem 0.9rem 0rem 0.6rem;
}
@ -400,6 +400,15 @@ body.home .max-container a.home-button:visited:hover {
width: 1em;
}
.home-card.home-links a span {
overflow: hidden;
text-overflow: ellipsis;
}
.home-card.home-links a {
width: 9rem;
}
.home-card {
display: grid;
gap: 2rem;