LPDA0 commited on
Commit
8079568
·
verified ·
1 Parent(s): 6ccf666

Update static/css/index.css

Browse files
Files changed (1) hide show
  1. static/css/index.css +2 -2
static/css/index.css CHANGED
@@ -260,7 +260,7 @@
260
 
261
  .cta-button {
262
  position: relative;
263
- padding: 1rem 1.2rem;
264
  font-size: 1.07rem;
265
  z-index: 0;
266
  overflow: hidden;
@@ -268,7 +268,7 @@
268
  }
269
 
270
  .cta-button:hover {
271
- padding: 1rem 1.25rem;
272
  font-size: 1.1rem;
273
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.3), 0 0 35px rgba(161, 19, 18, 0.6);
274
  }
 
260
 
261
  .cta-button {
262
  position: relative;
263
+ padding: 1rem 1.5rem;
264
  font-size: 1.07rem;
265
  z-index: 0;
266
  overflow: hidden;
 
268
  }
269
 
270
  .cta-button:hover {
271
+ padding: 1rem 1.8rem;
272
  font-size: 1.1rem;
273
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.3), 0 0 35px rgba(161, 19, 18, 0.6);
274
  }