adjust studio icon size and placement
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user