Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fixed a bug and did some UI enhancements #37

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/components/Nav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ body {
transform: translateX(min(-30vw, -300px));
transition: transform 300ms ease-in-out;
background: #3770ff;
z-index: 10;
}
.sidebarMenuInner{
margin-bottom: 15vh;
Expand Down
3 changes: 2 additions & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
data-bs-parent="#accordionExample">
<div class="accordion-body" style="color : #FFFFFF">
<strong>Ans. </strong>Join our discord server (<a href="https://discord.gg/c3WWbdf983"
style="color: #3770ff">click here to join</a>) and the
style="color: #3770ff" target="_blank">click here to join</a>) and the
mentors would be glad to help you there.
</div>
</div>
Expand Down Expand Up @@ -605,6 +605,7 @@ export default {
height: 90vh;
width: 80vw;
justify-content: space-evenly;
align-items: center;
}

.prize-heading {
Expand Down