Skip to content

Commit c56cc5d

Browse files
committed
Fix an alignment issue and reduce header font size
1 parent 353ac74 commit c56cc5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h4>About</h4>
8686

8787
<footer>
8888
<div class="footer-left-text-block">
89-
<span>Disclaimer: this project is not in any way affiliated with GitHub.</span>
89+
<span>Disclaimer: this project is not in any way affiliated with GitHub.</span><br/>
9090
this project is open source, you can view it on <a href="https://github.com/debugger22/github-audio" target="_blank">GitHub</a><br/>
9191
developed by <a href="https://github.com/debugger22" target="_blank">@debugger22</a><br/><br/>
9292
ProTip: It's actually kind of nice to leave on the background<br/><br/>

app/public/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ header{
7171

7272
.header-text{
7373
float: left;
74-
font-size: 2em;
74+
font-size: 1.6em;
7575
line-height: 1em;
7676
}
7777

0 commit comments

Comments
 (0)