Skip to content

Commit dd36069

Browse files
fix: adjust button styling
Signed-off-by: Bryan Behrenshausen <bryan.behrenshausen@sas.com>
1 parent cb342b1 commit dd36069

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css/sassoftware.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,13 +281,13 @@ input[type="submit"],
281281
input[type="reset"],
282282
input[type="button"] {
283283
display: inline-block;
284-
height: 38px;
285-
padding: 0 30px;
284+
height: 40px;
285+
padding: 0 26px;
286286
color: var(--theme-hue);
287287
text-align: center;
288-
font-size: 13.5px;
288+
font-size: 14.5px;
289289
font-weight: normal;
290-
line-height: 38px;
290+
line-height: 37px;
291291
letter-spacing: .1rem;
292292
text-transform: none;
293293
text-decoration: none;

0 commit comments

Comments
 (0)