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 {
|
||||
position: absolute;
|
||||
top: 240px;
|
||||
left: 0.75rem; }
|
||||
top: 250px;
|
||||
left: 0.75rem;
|
||||
z-index: 1; }
|
||||
|
||||
a.card {
|
||||
display: block; }
|
||||
|
@ -10540,7 +10541,7 @@ a.card.is-dandelion:hover {
|
|||
line-height: 1em;
|
||||
transform: translateX(-2rem);
|
||||
color: inherit;
|
||||
margin-right: -0.5em;
|
||||
margin-right: -1.2em;
|
||||
overflow-wrap: break-word; }
|
||||
.card-project .card-content .title + .subtitle {
|
||||
margin-top: 0.5rem; }
|
||||
|
|
Loading…
Reference in a new issue