1
0
Fork 0
mirror of https://github.com/voltbonn/diversity.volt.link.git synced 2024-06-28 08:50:56 +00:00

fix: logo should lock like the new logo

This commit is contained in:
thomasrosen 2022-11-19 23:43:35 +01:00
parent 99a67af0b9
commit 4490fee5b2

View file

@ -200,21 +200,6 @@
transition: top 0.2s ease, margin-bottom 0.2s ease;
}
.voltLogo:before {
content: '';
z-index: -1;
position: absolute;
top: 0;
right: 0;
bottom: -64px;
left: 6px;
background: var(--on-dark-color);
transform: rotateZ(-21deg) scaleX(10) scaleY(10);
transform-origin: bottom left;
transition: bottom 0.2s ease, left 0.2s ease;
}
.website_heading {
margin-top: 32px;
}