Skip to content

Commit c51c41c

Browse files
author
marcoDmc
committed
style: adding responsiveness
1 parent ee62ce5 commit c51c41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Home/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const Home = () => {
109109
<Header
110110
title="SOS Rio Grande do Sul"
111111
endAdornment={
112-
<div className="flex gap-2 items-center">
112+
<div className="flex gap-2 items-center max-sm:grid">
113113
{session && (
114114
<h3 className="text-white font-thin">
115115
Bem vindo, {session.name}

0 commit comments

Comments
 (0)