Ron Au commited on
Commit
109ed7c
1 Parent(s): 2d467fb

fix(Safari): Adjust styling of input area

Browse files
Files changed (1) hide show
  1. static/style.css +3 -0
static/style.css CHANGED
@@ -182,6 +182,7 @@ section {
182
  padding: 0.5rem 1rem 0.5rem 5rem;
183
  border: 0.2rem solid hsl(0 0% 70%);
184
  border-right: none;
 
185
  text-align: center;
186
  font-size: 1.25rem;
187
  transition: box-shadow 0.5s ease-out;
@@ -203,6 +204,8 @@ form button {
203
  height: 2.8125rem;
204
  border-top-left-radius: 0;
205
  border-bottom-left-radius: 0;
 
 
206
  }
207
 
208
  .info p {
 
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;
187
  font-size: 1.25rem;
188
  transition: box-shadow 0.5s ease-out;
 
204
  height: 2.8125rem;
205
  border-top-left-radius: 0;
206
  border-bottom-left-radius: 0;
207
+ margin: 0;
208
+ font-size: 0.85rem;
209
  }
210
 
211
  .info p {