fix positioning of logo outline

pull/2441/head
Richard Harris 5 years ago
parent 67670a60b5
commit ccc25f525a

@ -56,7 +56,7 @@
.logo { .logo {
position: absolute; position: absolute;
top: -4rem; top: -4rem;
right: 4rem; right: 0rem;
width: 52rem; width: 52rem;
will-change: transform; will-change: transform;
display: none; display: none;
@ -127,6 +127,12 @@
align-items: start; align-items: start;
} }
} }
@media (min-width: 1200px) {
.logo {
right: calc(50vw - 60rem);
}
}
</style> </style>
<svelte:head> <svelte:head>

Loading…
Cancel
Save