1
0
mirror of https://github.com/Damillora/Yuika synced 2024-11-22 09:17:33 +00:00

Minor consistency fixes for menu

This commit is contained in:
Damillora 2020-11-11 18:08:44 +07:00
parent 86d81383f1
commit 9e55da311f
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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"
}, },

View File

@ -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>