Skip to content

Commit

Permalink
モバイルデバイス向けのレスポンシブスタイルを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
miutaku authored and miutaku committed Jan 26, 2025
1 parent a5345ce commit 5282e62
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions manage-frontend/twitcasting-manager/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,14 @@ body {
@apply bg-background text-foreground;
}
}

/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
body {
font-size: 14px;
}
.text-balance {
font-size: 12px;
}
/* Add more responsive styles as needed */
}

0 comments on commit 5282e62

Please sign in to comment.