broadfield-dev commited on
Commit
2fc1b66
·
verified ·
1 Parent(s): b42ad41

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -16,7 +16,7 @@
16
  .tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
17
  .article-tile { background: white; height: 350px; overflow-y: clip; padding: 15px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
18
  .article-tile img, .article-tile svg { width: 100%; height: 150px; object-fit: cover; border-radius: 5px; }
19
- .title a { font-size: 1.1em; color: #2c3e50; text-decoration: none; }
20
  .title a:hover { color: #3498db; }
21
  .description { color: #555; font-size: 0.9em; height: 150px; overflow-y: clip; }
22
  .published { font-size: 0.8em; color: #95a5a6; }
 
16
  .tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
17
  .article-tile { background: white; height: 350px; overflow-y: clip; padding: 15px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
18
  .article-tile img, .article-tile svg { width: 100%; height: 150px; object-fit: cover; border-radius: 5px; }
19
+ .title a { font-size: 1.3em; color: #2c3e50; text-decoration: none; font-weight: 600; text-transform: capitalize; }
20
  .title a:hover { color: #3498db; }
21
  .description { color: #555; font-size: 0.9em; height: 150px; overflow-y: clip; }
22
  .published { font-size: 0.8em; color: #95a5a6; }