mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 21:17:58 +01:00
add fontawsome :3
This commit is contained in:
parent
477ba74e83
commit
b8dad3e52b
1 changed files with 4 additions and 5 deletions
|
@ -21,9 +21,6 @@
|
||||||
<!-- Global Header-->
|
<!-- Global Header-->
|
||||||
<!-- This should be inserted as a component/partial -->
|
<!-- This should be inserted as a component/partial -->
|
||||||
|
|
||||||
<!-- Eventfully, this should be used on ALL pages, to keep things -->
|
|
||||||
<!-- things consistant across Poke. -->
|
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<div class="header-content">
|
<div class="header-content">
|
||||||
<div class="header-start">
|
<div class="header-start">
|
||||||
|
@ -91,6 +88,7 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
max-width: 1264px;
|
max-width: 1264px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
height: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-start {
|
.header-start {
|
||||||
|
@ -100,6 +98,7 @@
|
||||||
|
|
||||||
.header-start img {
|
.header-start img {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
margin-top: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
form[action="/search"] {
|
form[action="/search"] {
|
||||||
|
@ -151,4 +150,4 @@
|
||||||
color: white;
|
color: white;
|
||||||
gap: 6px;
|
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