diff --git a/css/style.css b/css/style.css index b82ca1f..3bc108b 100644 --- a/css/style.css +++ b/css/style.css @@ -30,15 +30,13 @@ header, footer { display: flex; justify-content: space-between; font-weight: bold; - margin-bottom: 1lh; } +header { margin-bottom: 1lh; } .section { margin-bottom: 1lh; } - .content { padding-left: 8ch; } .description { padding-left: 4ch; } - ul { list-style-type: ''; padding-left: 0; @@ -51,10 +49,3 @@ li { margin-bottom: 1lh; } font-weight: bold; text-transform: uppercase; } - -#message { - position: fixed; - bottom: 0; - background: var(--fg-color); - color: var(--bg-color); -} diff --git a/index.html b/index.html index 139fb14..ea8dddf 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,6 @@