Skip to content

Commit

Permalink
Improve footer style
Browse files Browse the repository at this point in the history
  • Loading branch information
mrouhi13 committed Mar 22, 2020
1 parent 536eea3 commit 2bfc6a9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@ <h2>Django Secret Key Generator</h2>
<div class="left floated left aligned twelve wide column"
style="padding-top:1.3em;padding-left:2em">
<div class="ui link list horizontal">
<a class="item light" id=policy title=Policy>Policy</a>
<a class="item light" id=why title=Why?>Why?</a>
<a class="item light" id=help title="Help">
<a class="item light footer-item" id=policy title=Policy>Policy</a>
<a class="item light footer-item" id=why title=Why?>Why?</a>
<a class="item light footer-item" id=help title="Help">
Help
</a>
<a class="item light" id=donate>Donate</a>
<a class="item light footer-item" id=donate>Donate</a>

<!-- Donate -->
<div class="ui fliud popup top left transition hidden">
Expand Down Expand Up @@ -198,7 +198,7 @@ <h4 class="ui header">Ethereum</h4>
<a href="https://github.com/mrouhi13/djecrety" target=_blank
title="Github Repository" itemprop=url>
<img id="github-logo" src="static/images/gitHub-mark-dark.svg"
width=32 height=32 alt="Github Repository"
width=28 height=100% alt="Github Repository"
title="Github Repository"
>
</a>
Expand Down
2 changes: 1 addition & 1 deletion static/css/default.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ q {
margin-bottom: 0;
}

.footer-item {
font-size: 12px !important;
vertical-align: middle;
}

pre {
margin: .8rem 0;
padding: .8rem;
Expand Down

0 comments on commit 2bfc6a9

Please sign in to comment.