From c524836faf2d5aadede05fc0ad12b21c411b6415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=B2sweg?= Date: Sun, 30 Aug 2020 22:25:21 +0200 Subject: [PATCH] Add config's missing CSS --- themes/minimalpunk/css/config.css.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 themes/minimalpunk/css/config.css.php diff --git a/themes/minimalpunk/css/config.css.php b/themes/minimalpunk/css/config.css.php new file mode 100644 index 0000000..7cbbfbd --- /dev/null +++ b/themes/minimalpunk/css/config.css.php @@ -0,0 +1,17 @@ + + +.title{ + text-align: center; +} + +.main-container{ + margin: 30px; +} + +.section{ + margin-bottom: 30px; +} + +input{ + margin-bottom: 10px; +}