diff --git a/cmd/audio-player/style.css b/cmd/audio-player/style.css new file mode 100644 index 00000000..f0ab2e6e --- /dev/null +++ b/cmd/audio-player/style.css @@ -0,0 +1,16 @@ +html, +body { + min-height: 100%; +} + +#page-content { + flex: 1 0 auto; +} + +#sticky-footer { + flex-shrink: none; +} + +.jumbotron { + margin: 0; +} \ No newline at end of file