diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-31 15:17:31 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-31 15:17:31 +0200 |
commit | 4012e5e59af2a18e0f9a73a4d2f5e4e741f23b97 (patch) | |
tree | 10046da090c3081dcbc8759c4f48bad6b3ce15eb /templates | |
parent | 970e30202dc1caa3f81f3351b4186d8cde3ddd97 (diff) |
center-align API switcher
Diffstat (limited to 'templates')
-rw-r--r-- | templates/departures.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/departures.html.ep b/templates/departures.html.ep index f3fd25e..ebe94c7 100644 --- a/templates/departures.html.ep +++ b/templates/departures.html.ep @@ -11,7 +11,7 @@ </div> % if ($api_link) { <div class="row"> - <div class="col s12"> + <div class="col s12 center-align"> % if (param('hafas')) { <a href="<%= $api_link %>" class="btn-small"><i class="material-icons left" aria-hidden="true">train</i>zum Schienenverkehr</a> % } |