From f298aa85e87b5207f5abab8b173e12a70d7ccffb Mon Sep 17 00:00:00 2001 From: AngelJumbo Date: Fri, 31 May 2024 11:57:06 -0500 Subject: [PATCH] the last thing for real this time --- build.sh | 2 +- style.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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; */ }