From 047e0a36886927ddedf1535a265339dbb21d2d5e Mon Sep 17 00:00:00 2001 From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn> Date: Mon, 30 Sep 2024 08:00:12 +0000 Subject: [PATCH] Update 2 files - /wiki/footer.html - /wiki/pages/contribution.html --- wiki/footer.html | 11 ++--------- wiki/pages/contribution.html | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/wiki/footer.html b/wiki/footer.html index c570dae8..5c74d2be 100644 --- a/wiki/footer.html +++ b/wiki/footer.html @@ -3,17 +3,10 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link href="{{ url_for('static', filename = 'bootstrap.min.css') }}" rel="stylesheet"> - <link href="{{ url_for('static', filename = 'style.css') }}" rel="stylesheet"> + <link href="{{ url_for('static', filename = 'bootstrap.min.css') }}" rel="stylesheet"> + <link href="{{ url_for('static', filename = 'style.css') }}" rel="stylesheet"> <title>Footer</title> <style> - - body { - font-family: Calibri, sans-serif; - line-height: 1.6; - margin: 0; - padding: 0; - } .follow-us-wrapper { display: flex; justify-content: flex-end; diff --git a/wiki/pages/contribution.html b/wiki/pages/contribution.html index 3f0815bc..4d856172 100644 --- a/wiki/pages/contribution.html +++ b/wiki/pages/contribution.html @@ -13,7 +13,7 @@ padding: 0; } .content { - padding: 20px; + padding: 50px; max-width: 800px; margin: 0 auto; } -- GitLab