Skip to content

Commit

Permalink
Sizing bugfix (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavilien authored Oct 28, 2024
1 parent fe7ce3e commit 4ba8831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"type": "module",
"scripts": {
"dev": "next dev -p 3010",
"dev": "next dev -p 3010 -H 0.0.0.0",
"build": "next build",
"start": "next start",
"type-check": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function Header(): ReactElement {

return (
<div className="">
<div className="p-1.5 text-lg text-white text-center bg-[#007fff] h-10">
<div className="lg:p-1.5 md:p-2 p-3 lg:text-lg md:text-base text-xs text-white text-center bg-[#007fff] h-10">
‼️ Sign up for {' '}
<Link
href="https://go.scottylabs.org/nova-cmucourses"
Expand Down

0 comments on commit 4ba8831

Please sign in to comment.