diff --git a/build.sh b/build.sh
index aeafa98..266da86 100755
--- a/build.sh
+++ b/build.sh
@@ -58,7 +58,7 @@ write_header(){
- Wallpapers for Gruvbox
" > $1
+ Gruvbox Wallpapers
" > $1
}
write_section_header(){
diff --git a/style.css b/style.css
index 15a3529..fd777e7 100644
--- a/style.css
+++ b/style.css
@@ -78,8 +78,9 @@ img:hover {
padding: 5px;
/*border-radius: 8px; */
color: #282828;
- display: flex;
- justify-content: center;
+ /*display: flex;
+ justify-content: center;*/
+ text-align: center;
}
.pager button {
@@ -93,7 +94,6 @@ img:hover {
font-size: 16px;
font-weight: 900;
margin: 4px 2px;
- margin-right: 10px;
cursor: pointer;
/*border-radius: 8px; */
}