Spaces:
Sleeping
Sleeping
Update static/style.css
Browse files- static/style.css +1 -1
static/style.css
CHANGED
@@ -38,7 +38,7 @@ body {
|
|
38 |
color: #fff;
|
39 |
cursor: pointer;
|
40 |
font-size: 14px; /* Smaller font size for Previous and Next */
|
41 |
-
padding: 8px
|
42 |
margin: 5px;
|
43 |
transition: transform 0.3s ease; /* Add transition for animation */
|
44 |
}
|
|
|
38 |
color: #fff;
|
39 |
cursor: pointer;
|
40 |
font-size: 14px; /* Smaller font size for Previous and Next */
|
41 |
+
padding: 8px 0.6em;
|
42 |
margin: 5px;
|
43 |
transition: transform 0.3s ease; /* Add transition for animation */
|
44 |
}
|