changed footer style
This commit is contained in:
parent
96a91cc7cc
commit
7f8f1e8af5
|
@ -258,8 +258,7 @@ $purifier = new HTMLPurifier($purifier_config);
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<p>Powered by <a href="https://github.com/synox/disposable-mailbox"><strong>synox/disposable-mailbox</strong></a>
|
<p>Powered by <a href="https://github.com/synox/disposable-mailbox"><strong>synox/disposable-mailbox</strong></a>
|
||||||
| <a href="https://github.com/synox/disposable-mailbox"><span class="octicon octicon-mark-github"></span>
|
| <a href="https://github.com/synox/disposable-mailbox">Contribute to the development on Github.</a></p>
|
||||||
Fork me on github</a></p>
|
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -1,12 +1,21 @@
|
||||||
|
|
||||||
html > body {
|
html > body {
|
||||||
/* override bootstrap background */
|
/* override bootstrap background */
|
||||||
background: #f9f9f9;
|
background: #f9f9f9;
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
min-height: 100vh;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer p {
|
main {
|
||||||
margin-top: 50px;
|
flex: 1;
|
||||||
|
padding-bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
font-size: 12px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
padding-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-block {
|
.card-block {
|
||||||
|
@ -28,11 +37,6 @@ header {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#openRandomButton {
|
|
||||||
|
|
||||||
margin-top: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.email-table > .email {
|
.email-table > .email {
|
||||||
border-top: 5px solid #7C96AB;
|
border-top: 5px solid #7C96AB;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user