dvilasuero HF Staff commited on
Commit
dad975c
·
verified ·
1 Parent(s): e5cc055

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -18,6 +18,7 @@ pinned: false
18
  display: inline-flex;
19
  align-items: center;
20
  padding-left: 20px;
 
21
  height: 90px;
22
  width: 330px;
23
  border: 1px solid #ddd;
@@ -29,12 +30,14 @@ pinned: false
29
  margin-top: 50px;
30
  margin-bottom: 50px;
31
  background-color: #ffffff;
32
- color: #333;
33
- transition: background-color 0.3s ease, color 0.3s ease;
 
34
  }
35
 
36
  .launch-sheets-btn:hover {
37
- background-color: #F8F8F8;
 
38
  }
39
  </style>
40
 
 
18
  display: inline-flex;
19
  align-items: center;
20
  padding-left: 20px;
21
+ margin-left: 15px;
22
  height: 90px;
23
  width: 330px;
24
  border: 1px solid #ddd;
 
30
  margin-top: 50px;
31
  margin-bottom: 50px;
32
  background-color: #ffffff;
33
+ color: #333;
34
+ transition: background-color 0.3s ease, color 0.3s ease; /* Removed box-shadow from transition as it won't change */
35
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); /* Slight, regularly distributed shadow */
36
  }
37
 
38
  .launch-sheets-btn:hover {
39
+ background-color: #F8F8F8;
40
+ /* No box-shadow change on hover */
41
  }
42
  </style>
43