Skip to content
Snippets Groups Projects
Verified Commit 31638a5f authored by David Beniamine's avatar David Beniamine
Browse files

Fix overflow + remove first border

parent 845a19f3
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,8 @@ h2{ ...@@ -20,8 +20,8 @@ h2{
#top { #top {
padding: 20px 35px; padding: 20px 35px;
margin: 20px; margin: 20px;
margin-bottom: 10%;
background: #fff; background: #fff;
border-bottom: 1px solid rgba(22,54,36,.1);
} }
#top a { #top a {
float: left; float: left;
...@@ -72,6 +72,9 @@ h2{ ...@@ -72,6 +72,9 @@ h2{
*/ */
.items { .items {
list-style: none; list-style: none;
}
.items > li:first-child {
border-top:none;
} }
.items > li { .items > li {
padding: 50px 0 50px; padding: 50px 0 50px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment