pdufour commited on
Commit
b96cb61
1 Parent(s): 15d8946

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +8 -1
style.css CHANGED
@@ -12,7 +12,7 @@
12
  margin-bottom: 2rem;
13
  }
14
 
15
- #container #thumb {
16
  display: flex;
17
  flex-direction: column;
18
  align-items: center;
@@ -23,6 +23,13 @@
23
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
24
  transition: border-color 0.3s ease;
25
  }
 
 
 
 
 
 
 
26
 
27
  #container:hover {
28
  border-color: #4a5568;
 
12
  margin-bottom: 2rem;
13
  }
14
 
15
+ #container {
16
  display: flex;
17
  flex-direction: column;
18
  align-items: center;
 
23
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
24
  transition: border-color 0.3s ease;
25
  }
26
+ #thumb {
27
+ display: flex;
28
+ flex-direction: column;
29
+ align-items: center;
30
+ padding: 2rem;
31
+
32
+ }
33
 
34
  #container:hover {
35
  border-color: #4a5568;