Skip to content

Commit 541c747

Browse files
committed
fix: responsiveness in copyright
1 parent 3f75ba8 commit 541c747

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default function Footer() {
4242
</div>
4343
</div>
4444
</div>
45-
<div className={`${is100Nossao ? 'bg-[#060606]' : 'bg-red-950' } text-center py-4 w-full`}>
45+
<div className={`${is100Nossao ? 'bg-[#060606]' : 'bg-red-950' } text-center text-sm sm:text-base py-4 w-full`}>
4646
<p>&copy; {new Date().getFullYear()} Associação Atlética Acadêmica da Ciência e Engenharia de Computação. Todos os direitos reservados.</p>
4747
</div>
4848
</footer >

0 commit comments

Comments
 (0)