diff --git a/src/app/modules/shows/show/song/song.component.less b/src/app/modules/shows/show/song/song.component.less
index 8f50e2e..1626cd7 100644
--- a/src/app/modules/shows/show/song/song.component.less
+++ b/src/app/modules/shows/show/song/song.component.less
@@ -1,6 +1,4 @@
-.row {
- border-bottom: 1px solid #ccc;
-}
+
.song {
diff --git a/src/app/widget-modules/components/song-text/song-text.component.less b/src/app/widget-modules/components/song-text/song-text.component.less
index 0a87c10..b82d80b 100644
--- a/src/app/widget-modules/components/song-text/song-text.component.less
+++ b/src/app/widget-modules/components/song-text/song-text.component.less
@@ -54,7 +54,12 @@
.section {
margin-bottom: 20px;
- border-left: 3px solid #ddd;
+ @media screen and (max-width: 860px) {
+ margin-bottom: 10px;
+ }
+ border-left: 3px solid #0002;
+ padding-left: 5px;
+ margin-left: -8px;
}
.chorus {