Skip to content

Commit

Permalink
fix: title in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed Nov 11, 2024
1 parent 6806350 commit 9944381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pub fn App() -> impl IntoView {
<div class="flex flex-row justify-between items-center text-white">
<a
href="/"
class="text-3xl font-bold transition-all duration-500 hover:text-[#ffef5c]"
class="text-xl font-bold transition-all duration-500 sm:text-3xl hover:text-[#ffef5c]"
>
rust-dd.com
</a>
Expand Down

0 comments on commit 9944381

Please sign in to comment.