Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
reflecthub authored Nov 4, 2024
1 parent 4547316 commit b0d7ac1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,23 @@ body {
flex-wrap: wrap;
}

@media (max-width: 2000px) {
.navbar-brand h1 {
font-size: 1.5rem; /* Smaller font size on smaller screens */
}

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

/* Adjust navbar height and padding */
.navbar {
height: auto; /* Allow navbar height to adjust */
padding: 10px; /* Add padding for smaller screens */
}
}

@media (max-width: 1700px) {
.navbar-brand h1 {
font-size: 1.5rem; /* Smaller font size on smaller screens */
Expand Down

0 comments on commit b0d7ac1

Please sign in to comment.