mirror of
https://github.com/notherealmarco/vue-quic-test.git
synced 2025-05-05 04:28:39 +02:00
Reduce footer font-size
This commit is contained in:
parent
046ea81f1b
commit
46ec64aa86
1 changed files with 2 additions and 1 deletions
|
@ -72,7 +72,7 @@ onMounted(() => {
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<foooer class="footer">
|
<foooer class="footer">
|
||||||
<a href="https://quicwg.org" target="_blank">Cool, but what the hell is QUIC?</a><br />Powered by <a
|
<a href="https://quicwg.org" target="_blank">Cool, but what the hell is QUIC?</a> | Powered by <a
|
||||||
style="text-decoration: underline" href="https://github.com/notherealmarco/vue-quic-test"
|
style="text-decoration: underline" href="https://github.com/notherealmarco/vue-quic-test"
|
||||||
target="_blank">vue-quic-test</a>
|
target="_blank">vue-quic-test</a>
|
||||||
</foooer>
|
</foooer>
|
||||||
|
@ -112,6 +112,7 @@ h1 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
|
font-size: 0.9rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue