Skip to content

Commit

Permalink
css list split style tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
neilgee committed Jul 23, 2019
1 parent 18c4bb9 commit bff227c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ li.comment {
}

@media only screen and (max-width: 767px) {

/* Add into Module Class */
.fl-builder .split-list ul {
margin-bottom: 0;
margin-top: 0;
Expand All @@ -1039,11 +1039,11 @@ li.comment {
}

.fl-col-small + .fl-col-small .split-list .fl-node-content {
margin-top:-20px;
margin-top:0;
margin-bottom: 20px;
}

}
}


/* Icon Stuff
Expand Down

0 comments on commit bff227c

Please sign in to comment.