mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-09 01:56:39 +02:00
[UI] Remove excessive top margin in all pages and logo in HTML feed preview (#3326)
This commit is contained in:
@@ -66,7 +66,6 @@ p {
|
||||
|
||||
/* Header */
|
||||
header {
|
||||
margin-top: 40px;
|
||||
padding: 15px;
|
||||
color: #1182DB;
|
||||
text-align: center;
|
||||
@@ -133,7 +132,7 @@ input:focus:-ms-input-placeholder { opacity: 0; }
|
||||
|
||||
.container {
|
||||
width: 60%;
|
||||
margin: 30px auto;
|
||||
margin: 0 auto 30px auto;
|
||||
}
|
||||
|
||||
/* Section */
|
||||
|
Reference in New Issue
Block a user