Ron Au commited on
Commit
973e33c
1 Parent(s): 18e6f1e

fix(input): Make border consistent across browsers

Browse files
Files changed (1) hide show
  1. static/style.css +1 -1
static/style.css CHANGED
@@ -180,7 +180,7 @@ section {
180
  width: 100%;
181
  box-sizing: border-box;
182
  padding: 0.5rem 1rem 0.5rem 5rem;
183
- border: 0.2rem solid hsl(0 0% 70%);
184
  border-right: none;
185
  margin: 0;
186
  text-align: center;
 
180
  width: 100%;
181
  box-sizing: border-box;
182
  padding: 0.5rem 1rem 0.5rem 5rem;
183
+ border: 3px solid hsl(0 0% 70%);
184
  border-right: none;
185
  margin: 0;
186
  text-align: center;