Skip to content

Commit 817c567

Browse files
authored
Update nav.css
1 parent a70e149 commit 817c567

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

assets/css/nav.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,6 @@
5454

5555
/* Responsive design adjustments for mobile */
5656
@media print, screen and (max-width: 960px) {
57-
.topnav {
58-
display: flex;
59-
flex-direction: column; /* Stacks items vertically */
60-
align-items: flex-start; /* Aligns items to the left */
61-
width: 100%; /* Full width on mobile */
62-
background-color: #ffffff; /* White background for the bar */
63-
padding: 1px 0; /* Increased padding for thicker bar */
64-
box-sizing: border-box; /* Ensures padding is included in width */
65-
}
66-
6757
.topnav #myLinks {
6858
display: none; /* Hidden by default on mobile */
6959
flex-direction: column; /* Stacks links vertically */

0 commit comments

Comments
 (0)