Skip to content

Commit

Permalink
fix: responsive navbar, editor choice post
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhawk committed Jun 24, 2024
1 parent 58f3bb3 commit ca9c034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/EditorChoicePost.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<router-link
:to="{ name: 'do-exercise', params: { exerciseId: props.slug } }"
class="md:text-[0.5rem] md:uppercase text-base font-bold md:text-green-500 !leading-[0rem]"
class="md:text-[0.5rem] md:uppercase text-base font-bold md:text-green-500 md:leading-4 block"
>
{{ props.title }}
</router-link>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navbar/Searchbar.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template lang="">
<button
class="hidden text-gray-400 md:flex items-center gap-1 outline-none text-[0.6rem]"
class="hidden text-gray-400 lg:flex items-center gap-1 outline-none text-[0.6rem]"
@click="isShowSearchPopup = !isShowSearchPopup"
>
<Icon icon="pi-search" />
Expand Down

0 comments on commit ca9c034

Please sign in to comment.