more improvements

This commit is contained in:
AngelJumbo
2024-05-30 21:17:28 -05:00
parent 7f3e1caea9
commit 9f6ea14b1b
2 changed files with 17 additions and 5 deletions
+15 -3
View File
@@ -11,6 +11,7 @@ h1 {
color: #282828;
text-align: center;
text-decoration: none;
/*border-radius: 8px; */
}
h2 {
@@ -18,6 +19,7 @@ h2 {
color: #282828;
text-align: center;
text-decoration: none;
/*border-radius: 8px; */
}
a {
@@ -56,6 +58,7 @@ a {
padding: 1em;
background-color: #665c54;
text-align: center;
/*border-radius: 8px; */
}
img {
@@ -70,8 +73,13 @@ img:hover {
}
.pager {
margin-top: 20px;
margin-bottom: 20px;
margin-top: 5px;
margin-bottom: 10px;
padding: 5px;
/*border-radius: 8px; */
color: #282828;
display: flex;
justify-content: center;
}
.pager button {
@@ -85,8 +93,12 @@ img:hover {
font-size: 16px;
font-weight: 900;
margin: 4px 2px;
margin-right: 10px;
cursor: pointer;
border-radius: 8px;
/*border-radius: 8px; */
}
.clickable {
cursor: pointer;
}