fix size
@@ -90,6 +90,8 @@ $easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
.btn.btn-bookmark {
&.btn-lg {
+ width: 50px;
+ height: 50px;
font-size: 1.5em;
}
@@ -9,6 +9,8 @@
&:not(:hover):not(.active) {
background-color: transparent;
+ width: 35px;
+ height: 35px;
.btn-copy,