Commit compiled CSS
This commit is contained in:
parent
57e362625d
commit
27f098d07d
1 changed files with 6 additions and 2 deletions
|
@ -10539,14 +10539,18 @@ a.card.is-dandelion:hover {
|
||||||
font-size: 1.75rem;
|
font-size: 1.75rem;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
transform: translateX(-2rem);
|
transform: translateX(-2rem);
|
||||||
color: inherit; }
|
color: inherit;
|
||||||
|
margin-right: -0.5em;
|
||||||
|
overflow-wrap: break-word; }
|
||||||
.card-project .card-content .title + .subtitle {
|
.card-project .card-content .title + .subtitle {
|
||||||
margin-top: 0.5rem; }
|
margin-top: 0.5rem; }
|
||||||
.card-project .card-content .subtitle {
|
.card-project .card-content .subtitle {
|
||||||
padding: 0.5rem 0.5rem 0.5rem 1rem;
|
padding: 0.5rem 0.5rem 0.5rem 1rem;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font-family: "Anonymous Pro", "Andale Mono", AndaleMono, monospace;
|
font-family: "Anonymous Pro", "Andale Mono", AndaleMono, monospace;
|
||||||
font-size: 0.88rem; }
|
font-size: 0.88rem;
|
||||||
|
margin-right: -0.5em;
|
||||||
|
overflow-wrap: break-word; }
|
||||||
.card-project .card-content::before {
|
.card-project .card-content::before {
|
||||||
content: "";
|
content: "";
|
||||||
width: 1px;
|
width: 1px;
|
||||||
|
|
Loading…
Reference in a new issue