some more changes
This commit is contained in:
parent
e96cbf25d2
commit
d010983690
2 changed files with 16 additions and 8 deletions
|
@ -128,7 +128,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<div class="footer">
|
<div class="footer rounded-top">
|
||||||
<span class="text-muted"><a href="https://github.com/Ellpeck/Web">© 2018 Ellpeck</a> – <a id="impressum-button" href="#impressum">Impressum</a></span>
|
<span class="text-muted"><a href="https://github.com/Ellpeck/Web">© 2018 Ellpeck</a> – <a id="impressum-button" href="#impressum">Impressum</a></span>
|
||||||
<div class="quote">
|
<div class="quote">
|
||||||
<span id="quote-text"></span>
|
<span id="quote-text"></span>
|
||||||
|
|
22
style.css
22
style.css
|
@ -124,6 +124,21 @@ body {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: 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) {
|
@media (max-width: 768px) {
|
||||||
|
@ -146,13 +161,6 @@ body {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.support-button {
|
|
||||||
width: auto;
|
|
||||||
overflow: hidden;
|
|
||||||
text-indent: -99999px;
|
|
||||||
margin: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.project-image {
|
.project-image {
|
||||||
right: -18px;
|
right: -18px;
|
||||||
top: -18px;
|
top: -18px;
|
||||||
|
|
Loading…
Reference in a new issue