We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70e149 commit 817c567Copy full SHA for 817c567
assets/css/nav.css
@@ -54,16 +54,6 @@
54
55
/* Responsive design adjustments for mobile */
56
@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
-
67
.topnav #myLinks {
68
display: none; /* Hidden by default on mobile */
69
flex-direction: column; /* Stacks links vertically */
0 commit comments