broadfield-dev commited on
Commit
8f9e1c2
·
verified ·
1 Parent(s): cb9e311

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -1
templates/index.html CHANGED
@@ -15,7 +15,8 @@
15
  <meta name="twitter:player:stream" content="https://broadfield-dev-rss-news.hf.space">
16
  <!--meta name="twitter:player:stream:content_type" content="application/x-mpegURL"-->
17
  <style>
18
- body { font-family: Arial, sans-serif; margin: 20px; background-color: #f5f5f5; color: #333; overflow-y: auto; }
 
19
  h1 { text-align: center; color: #2c3e50; }
20
  .search-container { text-align: center; margin: 20px 0; }
21
  .search-bar { width: 50%; padding: 10px; border: 2px solid #3498db; border-radius: 25px; }
 
15
  <meta name="twitter:player:stream" content="https://broadfield-dev-rss-news.hf.space">
16
  <!--meta name="twitter:player:stream:content_type" content="application/x-mpegURL"-->
17
  <style>
18
+ html { height:10000px; overflow-y: auto; }
19
+ body { font-family: Arial, sans-serif; margin: 20px; background-color: #f5f5f5; color: #333; }
20
  h1 { text-align: center; color: #2c3e50; }
21
  .search-container { text-align: center; margin: 20px 0; }
22
  .search-bar { width: 50%; padding: 10px; border: 2px solid #3498db; border-radius: 25px; }