Footer now spans entire screen.

Commit
773c8da7fbb409dbd396b0680c901963b213e201
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
src/MyFitnessTracker/MFTDefaultFooter.class.st
index db253280..42f02a50 100644..100644
@@ -9,8 +9,9 @@
9 9
10 10 html card
11 11 marginTop: 3;
12 Removed: class: 'align-items-center';
12 Added: paddingTopAndBottom: 2;
13 Added: class: 'align-items-center bg-light';
13 14 with: [
14 Removed: html cardHeader:
15 Added: html strong:
15 16 'Copyright 2023–' , Date today year asString , ' Marius PETER' ]
16 17 ]