Skip to content

Commit 70d0cb0

Browse files
authored
Update master.css
improved buttons
1 parent 26d6c2a commit 70d0cb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/css/master.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,13 +269,14 @@ body {
269269

270270
.btn-rounded {
271271
border-radius: 10em;
272-
padding: 6px 8px;
272+
padding: 5px 9px;
273273
font-size: small;
274274
text-transform: none;
275275
text-shadow: none !important;
276276
background: #eaeaea;
277277
border-color: transparent;
278278
border: none;
279+
line-height: 1.2rem;
279280
}
280281

281282
.btn-rounded:hover {

0 commit comments

Comments
 (0)