summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-12-22 07:16:28 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2024-12-22 07:16:28 +0100
commit424adc28295d8d086a9a6d30ea2121dd9993e203 (patch)
treec7ee71f56efd4d704338d80646d9b4dc38c6b9bc /sass
parentdd0f557bf2fda8aa4914df29f78f9b94aedb692e (diff)
map view: add a small border around text
Diffstat (limited to 'sass')
-rw-r--r--sass/app.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/sass/app.scss b/sass/app.scss
index 92fa210..75074bd 100644
--- a/sass/app.scss
+++ b/sass/app.scss
@@ -38,6 +38,13 @@ div.notes {
margin-right: auto;
}
+div.journey,
+div.nextstop {
+ max-width: 98%;
+ margin-left: auto;
+ margin-right: auto;
+}
+
p {
text-align: justify;
}