We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb33f53 commit 73040ddCopy full SHA for 73040dd
css/settings.css
@@ -1055,7 +1055,7 @@ input.fz-switch-toggle[type=checkbox]:checked:before{
1055
border-bottom: 1px solid #D9D9D9;
1056
}
1057
1058
-.fz-tabs-menu ul li a{
+.fz-tabs-menu ul li a {
1059
font-weight: 600;
1060
font-size: 16px;
1061
line-height: 19px;
@@ -1070,6 +1070,11 @@ input.fz-switch-toggle[type=checkbox]:checked:before{
1070
-o-transition: all 0.3s ease-in-out;
1071
transition: all 0.3s ease-in-out;
1072
1073
+
1074
+.fz-tabs-menu ul li {
1075
+ margin-bottom: 0;
1076
+}
1077
1078
.fz-tabs-menu ul li a:after{
1079
content: "";
1080
width: 100%;
0 commit comments