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 0897956 commit 7294a79Copy full SHA for 7294a79
assets/css/nav.css
@@ -1,4 +1,4 @@
1
-/* Fixed top navigation bar */
+ /* Fixed top navigation bar */
2
.topnav {
3
background-color: #ffffff;
4
overflow: hidden;
@@ -9,7 +9,7 @@
9
display: flex;
10
align-items: center;
11
justify-content: space-between;
12
- padding: 0; /* 10px;*/
+ padding: 10px 0;
13
box-sizing: border-box;
14
}
15
@@ -56,7 +56,8 @@
56
/* Responsive design adjustments for mobile */
57
@media print, screen and (max-width: 960px) {
58
59
- box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adds shadow to the bar only on mobile */
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Adds shadow to the bar only on mobile */
60
+ transform: translateX(-10px); /* Moves the bar 10px to the left on mobile */
61
62
63
.topnav #myLinks {
0 commit comments