vlcsolutions commited on
Commit
45dbc73
·
verified ·
1 Parent(s): 0a8b5ea

Remove the box-shadow for all section images

Browse files
Files changed (1) hide show
  1. style.css +0 -3
style.css CHANGED
@@ -50,14 +50,11 @@ section {
50
  radial-gradient(circle at 20% 30%, rgba(141,198,63,0.1) 0%, transparent 15%),
51
  radial-gradient(circle at 70% 60%, rgba(0,160,233,0.1) 0%, transparent 15%);
52
  }
53
-
54
  img {
55
  max-width: 100%;
56
  height: auto;
57
  border-radius: 0.5rem;
58
- box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
59
  }
60
-
61
  @media (max-width: 768px) {
62
  section {
63
  padding: 2rem 0;
 
50
  radial-gradient(circle at 20% 30%, rgba(141,198,63,0.1) 0%, transparent 15%),
51
  radial-gradient(circle at 70% 60%, rgba(0,160,233,0.1) 0%, transparent 15%);
52
  }
 
53
  img {
54
  max-width: 100%;
55
  height: auto;
56
  border-radius: 0.5rem;
 
57
  }
 
58
  @media (max-width: 768px) {
59
  section {
60
  padding: 2rem 0;