Move Source Icon to Logo

This commit is contained in:
Leo Herzog
2020-11-10 13:02:20 -05:00
parent d792f9c2ab
commit ec8eabb159
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
<body> <body>
<header> <header>
<h1 id="logo">Torrent<span class="fad fa-magnet fa-fw"></span>Parts</h1> <h1 id="logo">Torrent<span id="originalSourceIcon"><span class="fad fa-magnet fa-fw"></span></span>Parts</h1>
<iframe src="https://ghbtns.com/github-btn.html?user=leoherzog&repo=TorrentParts&type=star&count=true" frameborder="0" scrolling="0" width="100" height="20" title="GitHub"></iframe> <iframe src="https://ghbtns.com/github-btn.html?user=leoherzog&repo=TorrentParts&type=star&count=true" frameborder="0" scrolling="0" width="100" height="20" title="GitHub"></iframe>
</header> </header>
@@ -70,7 +70,7 @@
<div class="property"> <div class="property">
<div class="labels"> <div class="labels">
<label for="name"><span id="originalSourceIcon"></span>Torrent Name</label> <label for="name">Torrent Name</label>
</div> </div>
<div class="content"> <div class="content">
<input id="name" type="text" placeholder="Unnamed" /> <input id="name" type="text" placeholder="Unnamed" />

View File

@@ -267,7 +267,7 @@ input {
} }
#properties { #properties {
margin: 0; margin: 0 0 32px 0;
padding: 0 1.5vw; padding: 0 1.5vw;
} }