Skip to content

Commit 1908be7

Browse files
authored
Merge pull request #20 from oslabs-beta/button-styling
Center snapshot Jump and Current buttons
2 parents 1a94a71 + a4b9935 commit 1908be7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/styles/components/_buttons.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
outline: none;
108108
height: 20px;
109109
margin-bottom: 8px;
110-
width: 70px;
110+
width: 100px;
111111
border: transparent;
112112
border-radius: 3px;
113113
background-color: #232529;
@@ -134,7 +134,7 @@
134134
outline: none;
135135
height: 20px;
136136
margin-bottom: 8px;
137-
width: 70px;
137+
width: 100px;
138138
border: transparent;
139139
border-radius: 3px;
140140
font: normal 16px 'Roboto', sans-serif;

0 commit comments

Comments
 (0)