]> git.plutz.net Git - shellwiki/commitdiff
css selector fix
authorPaul Hänsch <paul@plutz.net>
Tue, 17 May 2022 11:10:24 +0000 (13:10 +0200)
committerPaul Hänsch <paul@plutz.net>
Tue, 17 May 2022 11:10:24 +0000 (13:10 +0200)
themes/default.css

index c8db7182216a943ab36f4932d2e682cd1e35a2e6..90819a7e41f4a5ac0dcbe96d024451e81b6a669a 100644 (file)
@@ -20,8 +20,8 @@ footer {
   bottom: 0;
 }
 
-header :last-child,
-main :last-child {
+header :last-child,
+main :last-child {
   margin-bottom: 0;
 }