From af74ac5234b08bc0a586fbad26296b660fc8c40e Mon Sep 17 00:00:00 2001 From: itqop Date: Sun, 17 Mar 2024 20:11:38 +0300 Subject: [PATCH] Fix footer --- home/static/css/rumine.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 home/static/css/rumine.css 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