From e6ff81d8b4013fa42185106dee9e1efa99d27a73 Mon Sep 17 00:00:00 2001 From: itqop Date: Mon, 18 Mar 2024 01:24:17 +0300 Subject: [PATCH] fix padding --- home/static/css/template.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/home/static/css/template.css b/home/static/css/template.css index 90781d4..1d638d9 100644 --- a/home/static/css/template.css +++ b/home/static/css/template.css @@ -10,9 +10,6 @@ html, body { } .content { flex: 1; -} - -.container { padding-top: 25px; }