Sergidev commited on
Commit
a3faa51
1 Parent(s): b7d3711

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +7 -3
style.css CHANGED
@@ -53,11 +53,15 @@ h1 {
53
  word-break: break-all;
54
  }
55
 
56
- #history_list img {
 
 
 
 
57
  cursor: pointer;
58
  transition: transform 0.2s;
59
  }
60
 
61
- #history_list img:hover {
62
- transform: scale(1.1);
63
  }
 
53
  word-break: break-all;
54
  }
55
 
56
+ #history_gallery {
57
+ margin-top: 20px;
58
+ }
59
+
60
+ #history_gallery img {
61
  cursor: pointer;
62
  transition: transform 0.2s;
63
  }
64
 
65
+ #history_gallery img:hover {
66
+ transform: scale(1.05);
67
  }