Skip to content

Commit

Permalink
change style on les mer og bli asssistent button
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipSkaug committed May 14, 2024
1 parent 5d3e7df commit 372ba5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/pages/public/mainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ const mainPage = (): JSX.Element => {
<h1 className="hidden md:block text-4xl font-bold mb-4">
Vektorprogrammet
</h1>
<div className="mt-10 flex md:block justify-center">
<p className="text-xl text-left w-96">
<div className="mt-6 mb-4 flex md:block justify-center">
<p className="text-xl text-left w-4/5">
- sender studenter til ungdomsskoler for å hjelpe til som
lærerens assistent i matematikkundervisningen
</p>
</div>
<button type="button" className="btn btn-primary text-white">
<button type="button" className="btn btn-success text-white">
LES MER OG BLI ASSISTENT
</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default {
"base-300": "#d1d5db",
"base-content": "#1f2937",
info: "#2094f3",
success: "#009485",
success: "#4CAF50",
warning: "#ff9900",
error: "#ff5724",
},
Expand Down

0 comments on commit 372ba5f

Please sign in to comment.