mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 00:34:41 -05:00
add fontawsome :3
This commit is contained in:
parent
477ba74e83
commit
b8dad3e52b
1 changed files with 4 additions and 5 deletions
|
@ -20,10 +20,7 @@
|
|||
|
||||
<!-- Global Header-->
|
||||
<!-- This should be inserted as a component/partial -->
|
||||
|
||||
<!-- Eventfully, this should be used on ALL pages, to keep things -->
|
||||
<!-- things consistant across Poke. -->
|
||||
|
||||
|
||||
<header>
|
||||
<div class="header-content">
|
||||
<div class="header-start">
|
||||
|
@ -91,6 +88,7 @@
|
|||
justify-content: space-between;
|
||||
max-width: 1264px;
|
||||
margin: auto;
|
||||
height: 3em;
|
||||
}
|
||||
|
||||
.header-start {
|
||||
|
@ -100,6 +98,7 @@
|
|||
|
||||
.header-start img {
|
||||
height: 32px;
|
||||
margin-top: 3em;
|
||||
}
|
||||
|
||||
form[action="/search"] {
|
||||
|
@ -151,4 +150,4 @@
|
|||
color: white;
|
||||
gap: 6px;
|
||||
}
|
||||
</style>
|
||||
</style> <link href="<%- proxyurl %>/https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css" rel=stylesheet>
|
Loading…
Reference in a new issue