Pereramaj commited on
Commit
d615033
·
verified ·
1 Parent(s): b63f3ed

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +7 -5
styles.css CHANGED
@@ -28,9 +28,10 @@
28
  .header-banner {
29
  padding: 20px 25px;
30
  border-radius: 12px;
31
- background: linear-gradient(135deg, #151515, #2a2a2a);
32
- border: 1px solid rgba(212,175,55,0.25);
33
  margin-bottom: 15px;
 
 
34
  }
35
 
36
  .header-title {
@@ -374,10 +375,11 @@ input, textarea {
374
  color: #d4af37 !important;
375
  font-size: 28px !important;
376
  box-shadow: none !important;
377
- margin-top: 12px !important;
378
- padding-left: 0 !important;
379
- padding-right: 0 !important;
380
  min-height: auto !important;
 
 
381
  }
382
 
383
  .menu-btn button:hover {
 
28
  .header-banner {
29
  padding: 20px 25px;
30
  border-radius: 12px;
31
+ background: linear-gradient(90deg, #151515 0%, #232323 65%, rgba(212,175,55,0.18) 100%);
 
32
  margin-bottom: 15px;
33
+ border: none !important;
34
+ box-shadow: none !important;
35
  }
36
 
37
  .header-title {
 
375
  color: #d4af37 !important;
376
  font-size: 28px !important;
377
  box-shadow: none !important;
378
+ margin-top: 6px !important;
379
+ padding: 6px 0 0 0 !important;
 
380
  min-height: auto !important;
381
+ line-height: 1 !important;
382
+ overflow: visible !important;
383
  }
384
 
385
  .menu-btn button:hover {