update iconApp size on mobile size
This commit is contained in:
parent
32a2f1b2f5
commit
28382959d6
@ -3199,6 +3199,10 @@ select {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.md\:h-16 {
|
||||||
|
height: 4rem;
|
||||||
|
}
|
||||||
|
|
||||||
.md\:w-1\/2 {
|
.md\:w-1\/2 {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
@ -65,7 +65,7 @@ const closeSideBar = () => menu.toggleSidebar()
|
|||||||
</TransitionChild>
|
</TransitionChild>
|
||||||
<div class="flex items-center flex-shrink-0 px-4">
|
<div class="flex items-center flex-shrink-0 px-4">
|
||||||
<RouterLink to="/">
|
<RouterLink to="/">
|
||||||
<img class="w-auto h-16" :src="IconApp" alt="PLN" />
|
<img class="w-auto h-12 md:h-16" :src="IconApp" alt="PLN" />
|
||||||
</RouterLink>
|
</RouterLink>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-1 h-0 mt-5 overflow-y-auto">
|
<div class="flex-1 h-0 mt-5 overflow-y-auto">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user