Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -24,7 +24,7 @@
|
|
24 |
.tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
|
25 |
.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); }
|
26 |
.article-tile img, .article-tile svg { width: 100%; height: 150px; object-fit: cover; border-radius: 5px; }
|
27 |
-
.title a { font-size:
|
28 |
.title a:hover { color: #3498db; }
|
29 |
.description { color: #555; font-size: 0.9em; height: 150px; overflow-y: clip; }
|
30 |
.published { font-size: 0.8em; color: #95a5a6; }
|
|
|
24 |
.tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
|
25 |
.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); }
|
26 |
.article-tile img, .article-tile svg { width: 100%; height: 150px; object-fit: cover; border-radius: 5px; }
|
27 |
+
.title a { text-transform: capitalize; font-size: large; font-weight: 500; color: #2c3e50; text-decoration: none; }
|
28 |
.title a:hover { color: #3498db; }
|
29 |
.description { color: #555; font-size: 0.9em; height: 150px; overflow-y: clip; }
|
30 |
.published { font-size: 0.8em; color: #95a5a6; }
|