From eb992f99cc3c036737652cd7e4fa555c7c851669 Mon Sep 17 00:00:00 2001 From: Dan Cojocaru Date: Wed, 13 Jul 2022 01:12:36 +0300 Subject: [PATCH] Changed stylesheet for softkey bar --- about.html | 2 ++ base.css | 5 ++++- index.html | 2 ++ view-train.html | 1 + 4 files changed, 9 insertions(+), 1 deletion(-) diff --git a/about.html b/about.html index daf6ef9..94152a1 100644 --- a/about.html +++ b/about.html @@ -25,7 +25,9 @@ \ No newline at end of file diff --git a/base.css b/base.css index 6ff1fb7..fda0f7d 100644 --- a/base.css +++ b/base.css @@ -42,16 +42,19 @@ footer * { } footer .lsk { + flex-grow: 1; + flex-basis: 0; text-align: start; } footer .csk { - flex-grow: 1; text-align: center; text-transform: uppercase; } footer .rsk { + flex-grow: 1; + flex-basis: 0; text-align: end; } diff --git a/index.html b/index.html index f2e7cc8..947636e 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,9 @@ \ No newline at end of file diff --git a/view-train.html b/view-train.html index 20fc585..8a56436 100644 --- a/view-train.html +++ b/view-train.html @@ -35,6 +35,7 @@