Commit compiled CSS
This commit is contained in:
parent
33e95a1705
commit
760e3aaf0b
1 changed files with 4 additions and 3 deletions
|
@ -10444,8 +10444,9 @@ a.navbar-link:hover {
|
||||||
|
|
||||||
.floating-tabs {
|
.floating-tabs {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 240px;
|
top: 250px;
|
||||||
left: 0.75rem; }
|
left: 0.75rem;
|
||||||
|
z-index: 1; }
|
||||||
|
|
||||||
a.card {
|
a.card {
|
||||||
display: block; }
|
display: block; }
|
||||||
|
@ -10540,7 +10541,7 @@ a.card.is-dandelion:hover {
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
transform: translateX(-2rem);
|
transform: translateX(-2rem);
|
||||||
color: inherit;
|
color: inherit;
|
||||||
margin-right: -0.5em;
|
margin-right: -1.2em;
|
||||||
overflow-wrap: break-word; }
|
overflow-wrap: break-word; }
|
||||||
.card-project .card-content .title + .subtitle {
|
.card-project .card-content .title + .subtitle {
|
||||||
margin-top: 0.5rem; }
|
margin-top: 0.5rem; }
|
||||||
|
|
Loading…
Reference in a new issue