Skip to content

Commit

Permalink
style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hasith committed Oct 10, 2023
1 parent f15fa4f commit c874a38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function Header() {
<Image
src={`${basePath}/logo.png`}
alt="SLASSCOM Logo"
width={200}
width={180}
height={50}
/>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/app/components/quiz.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
max-width: 900px;
width: 120%;
margin: 40px auto;
margin-top: 120px;
margin-top: 140px;
padding-left: 45px;
padding-right: 45px;
padding-top: 45px;
padding-bottom: 111px;
padding-bottom: 30px;
background-color: #ffffff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
border-radius: 10px;
Expand Down
4 changes: 2 additions & 2 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
max-width: 900px;
width: 120%;
margin: 40px auto;
margin-top: 120px;
margin-top: 140px;
padding-left: 45px;
padding-right: 45px;
padding-top: 45px;
padding-bottom: 111px;
padding-bottom: 30px;
background-color: #ffffff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
border-radius: 10px;
Expand Down

0 comments on commit c874a38

Please sign in to comment.