Skip to content

Commit

Permalink
[home] make sure home css only applies to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Jan 1, 2024
1 parent 585ba7f commit 7264683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/home/style.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
div#front-page h1 {font-size: 4rem; margin-top: 2em; margin-bottom: 0; text-align: center; border: none; background: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;}
div#front-page {text-align:center;}
.space {margin-bottom: 1em;}
div#front-page .space {margin-bottom: 1em;}
div#front-page div#links a {margin: 0 0.5em;}
div#front-page li {list-style-type: none; margin: 0;}
@media (max-width: 800px) {
div#front-page h1 {font-size: 3rem; margin-top: 0.5em; margin-bottom: 0.5em;}
#counter {display: none;}
div#front-page #counter {display: none;}
}

div#front-page > #search > form { margin: 0 auto; }
Expand Down

0 comments on commit 7264683

Please sign in to comment.