diff options
author | Christian Hodgden <chrhodgden@gmail.com> | 2024-03-20 05:15:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-20 05:15:51 -0500 |
commit | c8791d2f2a9dd2c9dfca2f8d9b076e1ac22ce7ff (patch) | |
tree | 13d38dc8742ffd37655d3bd88e36e3737c487966 /style.css | |
parent | 806231af299c25c2916018b2c7008c0715531361 (diff) |
fix final horizontal border
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |