Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ tags:
|
|
36 |
}
|
37 |
|
38 |
.image-viewer label {
|
39 |
-
padding:
|
40 |
background-color: #B398F5;
|
41 |
background-size: cover;
|
42 |
background-position: center;
|
@@ -44,18 +44,18 @@ tags:
|
|
44 |
cursor: pointer;
|
45 |
transition: 0.3s ease;
|
46 |
color: black;
|
47 |
-
margin:
|
48 |
}
|
49 |
|
50 |
.image-viewer label:hover {
|
51 |
background-color: #4C88F5;
|
52 |
-
padding:
|
53 |
-
margin:
|
54 |
}
|
55 |
|
56 |
.image-viewer input[type="radio"]:checked + label {
|
57 |
background-color: #6296F5;
|
58 |
-
padding:
|
59 |
margin: 0px;
|
60 |
}
|
61 |
|
|
|
36 |
}
|
37 |
|
38 |
.image-viewer label {
|
39 |
+
padding: 18px;
|
40 |
background-color: #B398F5;
|
41 |
background-size: cover;
|
42 |
background-position: center;
|
|
|
44 |
cursor: pointer;
|
45 |
transition: 0.3s ease;
|
46 |
color: black;
|
47 |
+
margin: 9px;
|
48 |
}
|
49 |
|
50 |
.image-viewer label:hover {
|
51 |
background-color: #4C88F5;
|
52 |
+
padding: 21px;
|
53 |
+
margin: 6px;
|
54 |
}
|
55 |
|
56 |
.image-viewer input[type="radio"]:checked + label {
|
57 |
background-color: #6296F5;
|
58 |
+
padding: 27px;
|
59 |
margin: 0px;
|
60 |
}
|
61 |
|