yeswanthvarma commited on
Commit
8f57ef9
·
verified ·
1 Parent(s): 5a0e0e2

Update static/css/style.css

Browse files
Files changed (1) hide show
  1. static/css/style.css +4 -1
static/css/style.css CHANGED
@@ -205,13 +205,16 @@ button {
205
  border-radius: var(--border-radius);
206
  cursor: pointer;
207
  display: block;
208
- margin: 0 auto;
209
  transition: var(--transition);
210
  display: flex;
211
  align-items: center;
212
  justify-content: center;
213
  }
214
 
 
 
 
215
  button:hover {
216
  background-color: var(--secondary-color);
217
  transform: translateY(-2px);
 
205
  border-radius: var(--border-radius);
206
  cursor: pointer;
207
  display: block;
208
+ margin: 0 auto 2rem auto;
209
  transition: var(--transition);
210
  display: flex;
211
  align-items: center;
212
  justify-content: center;
213
  }
214
 
215
+
216
+
217
+
218
  button:hover {
219
  background-color: var(--secondary-color);
220
  transform: translateY(-2px);