optimizing mobile song text view

This commit is contained in:
2020-03-22 16:08:17 +01:00
committed by smuddy
parent a50d988f9b
commit 760964fb69
6 changed files with 22 additions and 14 deletions

View File

@@ -8,6 +8,9 @@
//html, body {
// height: 100%;
//}
html {
scroll-behavior: smooth;
}
body {
margin: 0;