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:
Callum Chard
2024-07-30 23:00:53 +01:00
committed by GitHub
parent 0f0edba926
commit 3d9e83ff86

View File

@@ -116,6 +116,7 @@ a {
right: 0;
z-index: -10;
display: flex;
gap: 16px;
flex-direction: row;
justify-content: space-between;
padding: 2rem;