1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-30 11:30:11 +02:00

[UI] Remove excessive top margin in all pages and logo in HTML feed preview (#3326)

This commit is contained in:
Eugene Molotov
2023-03-24 17:44:34 +05:00
committed by GitHub
parent c8af9f9055
commit 249133204e
3 changed files with 3 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="RSS-Bridge" />
<title><?= e($_title ?? 'RSS-Bridge') ?></title>
<link href="static/style.css" rel="stylesheet">
<link href="static/style.css?2023-03-24" rel="stylesheet">
<link rel="icon" type="image/png" href="static/favicon.png">
</head>