From 31638a5f9da106eb9dca8154b0b08cc67672d3db Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Fri, 25 Jan 2019 17:24:21 +0100 Subject: [PATCH] Fix overflow + remove first border --- css/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 0d249bb..0576929 100644 --- a/css/style.css +++ b/css/style.css @@ -20,8 +20,8 @@ h2{ #top { padding: 20px 35px; margin: 20px; + margin-bottom: 10%; background: #fff; - border-bottom: 1px solid rgba(22,54,36,.1); } #top a { float: left; @@ -73,9 +73,12 @@ h2{ .items { list-style: none; } + .items > li:first-child { + border-top:none; + } .items > li { padding: 50px 0 50px; - border-top: 1px solid; + border-top: 1px solid; #color: #97c9ae; #background: #3c4552; } @@ -301,7 +304,7 @@ ul.commentlist { border: none; } .navbar-form { - border: none; + border: none; } .navbar-collapse.in { -- GitLab