Commit e6d6c769 authored by Franco Fichtner's avatar Franco Fichtner

menu: reduce the vertical padding beween elements by half

Doing tab conversion makes the space waste more obvious than ever.
Try to close the gap a little, open for discussion!
parent 86cdd1fb
......@@ -21,7 +21,7 @@
.list-group-item {
position: relative;
display: block;
padding: 12px 20px;
padding: 6px 20px;
// Place the border on the list items and negative margin up for better styling
margin-bottom: -1px;
background-color: $list-group-bg;
......
......@@ -4311,7 +4311,7 @@ a.thumbnail.active {
.list-group-item {
position: relative;
display: block;
padding: 12px 20px;
padding: 6px 20px;
margin-bottom: -1px;
background-color: #fff; }
.list-group-item:last-child {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment