sarahciston commited on
Commit
c23e5ca
1 Parent(s): 3af77c3

fix button positioning?

Browse files
Files changed (1) hide show
  1. style.css +0 -5
style.css CHANGED
@@ -98,7 +98,6 @@ input {
98
  }
99
 
100
  button {
101
- float: left;
102
  font-size: 16px;
103
  margin: 1rem;
104
  padding: 1rem 0rem;
@@ -109,10 +108,6 @@ button {
109
  background-color: #F1678E;
110
  }
111
 
112
- #buttonsDiv {
113
- float: left;
114
- }
115
-
116
  /* button:hover {
117
  background-color: #e3e3e3;
118
  }
 
98
  }
99
 
100
  button {
 
101
  font-size: 16px;
102
  margin: 1rem;
103
  padding: 1rem 0rem;
 
108
  background-color: #F1678E;
109
  }
110
 
 
 
 
 
111
  /* button:hover {
112
  background-color: #e3e3e3;
113
  }