tab spacing

This commit is contained in:
lvuch 2018-02-28 14:32:18 -07:00
parent 08945b09e7
commit f4f5949d3b
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ $close-text-shadow : 0 1px 0 white !default;
}
a {
display: block;
padding: 18.85px 10px;
padding: 15px 10px;
text-decoration: none;
border-bottom: solid 2px transparent;
color: $text-muted;
@ -95,6 +95,6 @@ $close-text-shadow : 0 1px 0 white !default;
}
.right-buttons {
padding: 15px 0;
padding: 12px 0;
}
}