mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
fixed footer issue
This commit is contained in:
parent
fcd8682987
commit
f20fcd35b1
@ -287,8 +287,8 @@
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<iframe src="//ghbtns.com/github-btn.html?user=dutchcoders&repo=transfer.sh&type=follow&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="250" height="50"></iframe>
|
||||
<iframe src="//ghbtns.com/github-btn.html?user=dutchcoders&repo=transfer.sh&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="200" height="50"></iframe>
|
||||
<iframe src="https://mdo.github.io/github-buttons/github-btn.html?user=dutchcoders&repo=transfer.sh&type=follow&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="250" height="50"></iframe>
|
||||
<iframe src="https://mdo.github.io/github-buttons/github-btn.html?user=dutchcoders&repo=transfer.sh&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="200" height="50"></iframe>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@ -4,9 +4,11 @@
|
||||
|
||||
html {
|
||||
min-height:100%;
|
||||
position: relative;
|
||||
}
|
||||
#download {
|
||||
position: static;
|
||||
|
||||
padding-bottom:240px;
|
||||
footer {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
@ -6372,9 +6372,10 @@ blockquote.tweet-xl a {
|
||||
}
|
||||
html {
|
||||
min-height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
#download {
|
||||
position: static;
|
||||
padding-bottom: 240px;
|
||||
}
|
||||
#download footer {
|
||||
bottom: 0;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user