From 6f2963663c38878699c6f752640344c7fffce7bb Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Wed, 17 May 2023 06:06:06 +0200 Subject: [PATCH] Removing margin-top from description. --- public/css/styles.css | 1 - public/css/styles.scss | 1 - 2 files changed, 2 deletions(-) diff --git a/public/css/styles.css b/public/css/styles.css index c3efbbd..581630b 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -71,7 +71,6 @@ body { margin: 0; } body div.page-contents div.description { background: ghostwhite; - margin-top: 60px; font-size: 30px; word-wrap: break-word; margin-bottom: 1%; } diff --git a/public/css/styles.scss b/public/css/styles.scss index 6fb0e51..f423b8f 100644 --- a/public/css/styles.scss +++ b/public/css/styles.scss @@ -106,7 +106,6 @@ body { div.description { background: ghostwhite; - margin-top: 60px; font-size: 30px; input { display: block;