Remove black box behind transparent logo PNG
This commit is contained in:
@@ -29,9 +29,8 @@
|
|||||||
width: 36px;
|
width: 36px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
border-radius: 6px;
|
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
background: #000;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__logo-text {
|
&__logo-text {
|
||||||
|
|||||||
@@ -16,10 +16,8 @@
|
|||||||
width: clamp(160px, 28vw, 220px);
|
width: clamp(160px, 28vw, 220px);
|
||||||
height: clamp(160px, 28vw, 220px);
|
height: clamp(160px, 28vw, 220px);
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
border-radius: 20px;
|
|
||||||
background: #000;
|
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__sub {
|
&__sub {
|
||||||
|
|||||||
Reference in New Issue
Block a user