Adjust font size for icons
This commit is contained in:
parent
04308a85c7
commit
27594b28c4
1 changed files with 5 additions and 1 deletions
|
@ -176,7 +176,7 @@
|
|||
</form>
|
||||
|
||||
<footer>
|
||||
<p><a href="https://code.snipettemag.com/snipette/ghost-user-maker" target="_blank"><Icon icon={faCode} alt="Built"/> with <Icon icon={faPaw} alt="pawmarks"/> by puppies just like you.</a></p>
|
||||
<p><a href="https://code.snipettemag.com/snipette/ghost-user-maker" target="_blank"><span class="icon"><Icon icon={faCode} alt="Built"/></span> with <span class="icon"><Icon icon={faPaw} alt="pawmarks"/></span> by puppies just like you.</a></p>
|
||||
</footer>
|
||||
</main>
|
||||
|
||||
|
@ -197,6 +197,10 @@
|
|||
border-color: red;
|
||||
}
|
||||
|
||||
.icon {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
fieldset.errors ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue