diff --git a/home/static/css/rumine.css b/home/static/css/rumine.css new file mode 100644 index 0000000..6994507 --- /dev/null +++ b/home/static/css/rumine.css @@ -0,0 +1,13 @@ +html, body { + height: 100%; + margin: 0; + padding: 0; +} +.wrapper { + min-height: 100%; + display: flex; + flex-direction: column; +} +.content { + flex: 1; +} \ No newline at end of file