summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorChristian Hodgden <chrhodgden@gmail.com>2024-03-20 05:15:51 -0500
committerGitHub <noreply@github.com>2024-03-20 05:15:51 -0500
commitc8791d2f2a9dd2c9dfca2f8d9b076e1ac22ce7ff (patch)
tree13d38dc8742ffd37655d3bd88e36e3737c487966 /style.css
parent806231af299c25c2916018b2c7008c0715531361 (diff)
Update style.cssHEADmaster
fix final horizontal border
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 73eb9ba..512cfe0 100644
--- a/style.css
+++ b/style.css
@@ -60,6 +60,6 @@ nav {
border-top: 0;
}
-.square:nth-child(n+6) {
+.square:nth-child(n+7) {
border-bottom: 0;
} \ No newline at end of file