File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 58
58
flex-direction : column; /* Stacks items vertically */
59
59
align-items : flex-start; /* Aligns items to the left */
60
60
background-color : # ffffff ; /* Sets white background for the bar */
61
+ padding : 15px 20px ;/* Increased padding for a thicker bar */
61
62
}
62
63
63
64
.topnav # myLinks {
69
70
70
71
.topnav a .icon {
71
72
display : block; /* Shows the hamburger icon on mobile */
72
- position : absolute;
73
- right : 10px ;
74
- top : 10px ;
75
- color : # 808080 ; /* Grey color for the icon */
73
+ font-size : 24px ;
74
+ color : # 808080 ;
75
+ padding : 10px ;
76
+ cursor : pointer;
77
+ margin-left : auto; /* Pushes the icon to the right */
78
+ order : 1 ; /* Ensures the icon appears last in the flex container */
76
79
}
77
80
78
81
.topnav a .normal {
You can’t perform that action at this time.
0 commit comments