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

Enhance UI and Responsiveness #451

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Remove module containing course Images
  • Loading branch information
Aman-Jangid committed Oct 29, 2024
commit ab154ba83af0654d2090c966f7702611d9fb9410
4 changes: 3 additions & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ nav {
column-span: all;
justify-content: center;
align-items: center;
width: 100%;
}

.arrow-image {
Expand Down Expand Up @@ -525,6 +526,7 @@ nav {
scroll-behavior: smooth;
padding: 60px 10px;
white-space: nowrap; /* Prevent wrapping of items */
overflow-x: hidden;
}

.carousels::-webkit-scrollbar {
Expand Down Expand Up @@ -1100,8 +1102,8 @@ h1 {
}

.contact-us {
display: flex;
flex-direction: column;
margin-top: 20vw;
}

.form {
Expand Down
6 changes: 3 additions & 3 deletions src/components/Introduction.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ function Introduction() {
</div>
<div className="mid-text">
<p>
flex: 1; Welcome to <strong>Code Book</strong>, your ultimate
coding destination. Whether you&apos;re a coding novice or a
seasoned developer, we&apos;ve got you covered. Master in-demand
Welcome to <strong>Code Book</strong>, your ultimate coding
destination. Whether you&apos;re a coding novice or a seasoned
developer, we&apos;ve got you covered. Master in-demand
languages like Python, JavaScript, and Java while building
real-world projects. Join our vibrant community of learners to
collaborate and grow together. Start your coding journey today
Expand Down
71 changes: 0 additions & 71 deletions src/data/courseImages.js

This file was deleted.