adjust studio icon size and placement

This commit is contained in:
2026-07-02 16:55:53 +02:00
parent 90bc6917e8
commit 348a51f2ea
4 changed files with 14 additions and 7 deletions
@@ -51,11 +51,14 @@
height: var(--size-icon-large);
background: var(--color-goldenBeige);
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
img, svg {
width: 100%;
width: var(--page-section-icon-scale, 100%);
height: var(--page-section-icon-scale, 100%);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
}