KingNish commited on
Commit
8d4bd9c
·
verified ·
1 Parent(s): f497c2d

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -56,7 +56,7 @@
56
  #no-results { display: none; text-align: center; padding: 20px; font-size: 1.1em; color: #555; }
57
  #loading-more { display: none; text-align: center; padding: 10px; }
58
  #loading-more.active { display: block; }
59
- .intro-page { display: none; flex-direction: column; align-items: center; justify-content: center; height: 100vh; text-align: center; }
60
  .intro-page h1 { font-size: 2.5em; margin-bottom: 20px; animation: fadeIn 1s ease forwards; }
61
  .intro-page p { font-size: 1.2em; margin-bottom: 30px; animation: fadeIn 1.5s ease forwards; }
62
  .intro-page .search-container { width: 80%; max-width: 600px; }
 
56
  #no-results { display: none; text-align: center; padding: 20px; font-size: 1.1em; color: #555; }
57
  #loading-more { display: none; text-align: center; padding: 10px; }
58
  #loading-more.active { display: block; }
59
+ .intro-page { display: none; flex-direction: column; align-items: center; justify-content: center; height: 100vh;}
60
  .intro-page h1 { font-size: 2.5em; margin-bottom: 20px; animation: fadeIn 1s ease forwards; }
61
  .intro-page p { font-size: 1.2em; margin-bottom: 30px; animation: fadeIn 1.5s ease forwards; }
62
  .intro-page .search-container { width: 80%; max-width: 600px; }