mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Add logo to footer
This commit is contained in:
4
docs.css
4
docs.css
@@ -38,6 +38,10 @@ footer {
|
||||
margin-top: var(--component-spacing-big);
|
||||
}
|
||||
|
||||
footer img {
|
||||
height: 2rem;
|
||||
}
|
||||
|
||||
/* Main headings and bookmark links */
|
||||
h2[id] {
|
||||
border-bottom: solid var(--component-border-width) var(--component-border-color);
|
||||
|
||||
@@ -1410,6 +1410,9 @@ Example: class="p-left-medium m-bottom-none"
|
||||
</p>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
<img src="source/img/sneaker.svg" alt="Sneaker logo">
|
||||
</p>
|
||||
<p class="text-small text-muted">
|
||||
<a href="https://www.keycdn.com/">Accelerated by KeyCDN</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user