From a995d790a55e8889cd2b90831124a6dbacc83012 Mon Sep 17 00:00:00 2001 From: VBproDev Date: Sun, 12 Jan 2025 11:34:05 +0530 Subject: [PATCH] Solves #38 --- index.html | 1 - stylesheet.css | 14 +++----------- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 5d3a383..4258d09 100644 --- a/index.html +++ b/index.html @@ -199,7 +199,6 @@

Line width:

  • Team
  • Support
  • -

    ©2025 Canvascript

    diff --git a/stylesheet.css b/stylesheet.css index a254e6f..51ab6ee 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -268,9 +268,8 @@ button.success:focus { position: relative; width: 100%; background: #3586ff; - min-height: 100px; - padding: 20px 50px; display: flex; + padding: 1rem; justify-content: center; align-items: center; flex-direction: column; @@ -281,14 +280,14 @@ button.success:focus { display: flex; justify-content: center; align-items: center; - margin: 10px 0; + margin: 1rem 0; flex-wrap: wrap; list-style: none; a { font-size: 1.2rem; color: #fff; - margin: 0 10px; + margin: 0.5rem 2rem 0.5rem 0.5rem; display: inline-block; transition: 0.5s; text-decoration: none; @@ -299,11 +298,4 @@ button.success:focus { opacity: 1; } } -} - -.footer p { - color: #fff; - margin: 15px 0 10px 0; - font-size: 1rem; - font-weight: 300; } \ No newline at end of file