Clarified _rune.scss file

This commit is contained in:
Birger J. Nordølum
2018-06-21 17:41:04 +02:00
parent 0203440b06
commit 6cb8487a52

View File

@@ -1,3 +1,5 @@
// This file were added as a supplement to RuneAudio application
.title-marquee {
width: 125px;
overflow: hidden;
@@ -13,4 +15,4 @@
20% { transform: translate(0, 0); }
95% { transform: translate(-200%, 0); }
100% { transform: translate(-200%, 0); }
}
}