Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
reflecthub authored Oct 27, 2024
1 parent 433d90a commit 0a10f67
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ body {
}
/* Add this class to apply the animation */
.pop-up-animate {
animation: popUp 0.6s ease;
animation: popUp 1s ease;
}
.pop-up-animate1 {
animation: popUp1 0.6s ease;
animation: popUp1 1s ease;
}
.pop-up-animate2 {
animation: popUp2 0.6s ease;
animation: popUp2 1s ease;
}

/* Navbar styling */
Expand Down Expand Up @@ -268,7 +268,7 @@ body {

.navbar-brand img {
width: 50vw; /* Responsive width for logo on smaller screens */
max-width: 190px;
max-width: 140px;
}

/* Adjust navbar height and padding */
Expand All @@ -280,7 +280,7 @@ body {
/* Media Queries for Responsiveness */
@media (max-width: 768px) {
.navbar-brand h1 {
font-size: 1.5rem; /* Smaller font size on smaller screens */
font-size: 0.4rem; /* Smaller font size on smaller screens */
}

.navbar-brand img {
Expand All @@ -297,7 +297,7 @@ body {

@media (max-width: 480px) {
.navbar-brand h1 {
font-size: 1.2rem; /* Further smaller font size */
font-size: 0.2rem; /* Further smaller font size */
}

.navbar-brand img {
Expand Down

0 comments on commit 0a10f67

Please sign in to comment.