From 97216c9ecd4e4c241b625c789618ae0f8e464428 Mon Sep 17 00:00:00 2001 From: Baptiste Date: Sat, 9 Apr 2022 12:58:45 +0200 Subject: [PATCH] padding 0 fonction_bureau --- assets/css/page/coms.css | 2 +- assets/css/template.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/page/coms.css b/assets/css/page/coms.css index 3a51a2c..b6ce1dd 100644 --- a/assets/css/page/coms.css +++ b/assets/css/page/coms.css @@ -60,6 +60,6 @@ section .title_com { background-color: white; color: black; padding: 10px; - margin-top: 40px; + margin-top: 0; font-size: 30px; } \ No newline at end of file diff --git a/assets/css/template.css b/assets/css/template.css index 88701e6..f879995 100644 --- a/assets/css/template.css +++ b/assets/css/template.css @@ -86,4 +86,5 @@ footer { margin-right: auto; padding: 50px; font-size: 20px; + color: black; } \ No newline at end of file