Skip to content

Commit b2824f8

Browse files
committed
Increased left and right padding for buttons
1 parent 8c3c0e7 commit b2824f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/shared/css/documentation.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ a img {
196196
background-color: #297fc7;
197197
color: #fff;
198198
font-size: 16px;
199-
padding: 15px 10px;
199+
padding: 15px;
200200
border-radius: 5px;
201201
}
202202

@@ -208,7 +208,7 @@ a img {
208208
.button-secondary {
209209
background-color: #738797;
210210
font-size: 15px;
211-
padding: 11px 10px;
211+
padding: 12px;
212212
-webkit-backface-visibility: hidden;
213213
}
214214

0 commit comments

Comments
 (0)