mirror of
https://github.com/Damillora/Yuika
synced 2024-11-22 17:27:32 +00:00
Minor consistency fixes for menu
This commit is contained in:
parent
86d81383f1
commit
9e55da311f
@ -246,7 +246,7 @@ footer {
|
|||||||
top: 100%;
|
top: 100%;
|
||||||
}
|
}
|
||||||
.nav li {
|
.nav li {
|
||||||
@apply w-full flex flex-row justify-start items-center my-0 text-white text-lg h-12 transition duration-300 ease-in-out;
|
@apply w-full flex flex-row justify-start items-center my-0 text-white text-base h-12 transition duration-300 ease-in-out;
|
||||||
}
|
}
|
||||||
.nav li a {
|
.nav li a {
|
||||||
@apply align-middle w-full h-full flex items-center justify-start px-4 py-2;
|
@apply align-middle w-full h-full flex items-center justify-start px-4 py-2;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "yuika",
|
"name": "yuika",
|
||||||
"description": "nanao.moe's blog theme",
|
"description": "nanao.moe's blog theme",
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"engines": {
|
"engines": {
|
||||||
"ghost-api": "v3"
|
"ghost-api": "v3"
|
||||||
},
|
},
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<span class="h-12 w-12 px-2 py-3 text-white material-icons" alt="menu">menu</span>
|
<span class="h-12 w-12 px-2 py-3 text-white material-icons" alt="menu">menu</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="site-head">
|
<div class="site-head">
|
||||||
<a href="{{@site.url}}" class="block flex flex-col pl-4 flex-grow">
|
<a href="{{@site.url}}" class="block flex flex-col flex-grow">
|
||||||
<div class="">
|
<div class="">
|
||||||
<h1 class="text-lg text-white">{{@site.title}}</h1>
|
<h1 class="text-lg text-white">{{@site.title}}</h1>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user