Update style.css
Added line 119 this fixes the issue where the text is close to overlapping the volume bar on mobile.
This commit is contained in:
@@ -116,6 +116,7 @@ a {
|
|||||||
right: 0;
|
right: 0;
|
||||||
z-index: -10;
|
z-index: -10;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
gap: 16px;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
|
Reference in New Issue
Block a user