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 @@