nissmogt commited on
Commit
a8529dd
1 Parent(s): 6fb2b3c

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +3 -3
style.css CHANGED
@@ -67,12 +67,12 @@ input[type="text"], button {
67
  padding: 7px;
68
  font-family: 'ibm-nerd', 'Courier New', monospace;
69
  font-size: 16px;
70
- /* margin-bottom: 5px; */
71
  }
72
 
73
  input[type="text"] {
74
- width: 70%;
75
- /* margin-right: 10px; */
76
  }
77
 
78
  button {
 
67
  padding: 7px;
68
  font-family: 'ibm-nerd', 'Courier New', monospace;
69
  font-size: 16px;
70
+ margin-bottom: 5px;
71
  }
72
 
73
  input[type="text"] {
74
+ width: 100%;
75
+ margin-right: 10px;
76
  }
77
 
78
  button {