1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-31 22:00:23 +02:00

logo: Add logo to the project

References #1087
This commit is contained in:
logmanoriginal
2019-06-25 18:39:28 +02:00
parent fa8253c8bf
commit 987f42d6d4
9 changed files with 299 additions and 11 deletions

View File

@@ -43,14 +43,11 @@ header {
color: #1182DB;
}
header > h1 {
font-size: 500%;
font-weight: bold;
}
header > h2 {
margin-left: 1em;
font-size: 200%;
header > div.logo {
background-image: url(logo_600px.png);
width: 599px;
height: 177px;
margin: auto;
}
header > section.warning {
@@ -310,6 +307,12 @@ h5 {
font-size: 75%;
}
header > div.logo {
background-image: url(logo_300px.png);
width: 300px;
height: 89px;
}
header > section.warning {
width: 90%;
}