some more changes

This commit is contained in:
Ellpeck 2018-12-16 23:45:50 +01:00
parent e96cbf25d2
commit d010983690
2 changed files with 16 additions and 8 deletions

View File

@ -128,7 +128,7 @@
</div>
<!-- Footer -->
<div class="footer">
<div class="footer rounded-top">
<span class="text-muted"><a href="https://github.com/Ellpeck/Web">&copy; 2018 Ellpeck</a> &ndash; <a id="impressum-button" href="#impressum">Impressum</a></span>
<div class="quote">
<span id="quote-text"></span>

View File

@ -124,6 +124,21 @@ body {
margin-left: auto;
margin-right: auto;
}
.footer {
width: 1200px;
margin-left: auto;
margin-right: auto;
}
}
@media(max-width: 991px) {
.support-button {
width: auto;
overflow: hidden;
text-indent: -99999px;
margin: 5px;
}
}
@media (max-width: 768px) {
@ -146,13 +161,6 @@ body {
margin: 5px;
}
.support-button {
width: auto;
overflow: hidden;
text-indent: -99999px;
margin: 5px;
}
.project-image {
right: -18px;
top: -18px;