File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
display : flex;
10
10
align-items : center;
11
11
justify-content : space-between;
12
- padding : 10px ;
12
+ padding : 0 ; /* 10px;*/
13
13
box-sizing : border-box;
14
14
}
15
15
65
65
font-size : 14px ; /* Slightly smaller font size */
66
66
background-color : # ffffff ; /* White text for better contrast */
67
67
color : # 808080 ;
68
- padding : 6px 10 px ; /* Minimal padding for a thinner icon */
68
+ padding : 6px 8 px ; /* Minimal padding for a thinner icon */
69
69
margin : 0 ; /* Removes all margins */
70
70
cursor : pointer;
71
71
border-radius : 0 ; /* Removes rounded edges */
76
76
display : block;
77
77
width : 100% ;
78
78
text-align : left; /* Aligns links to the left */
79
- padding : 8 px 10 px ; /* Reduces padding for a thinner bar */
79
+ padding : 6 px 8 px ; /* Reduces padding for a thinner bar */
80
80
background-color : # ffffff ; /* White background for links */
81
81
color : # 808080 ; /* Grey text color for links */
82
82
}
You can’t perform that action at this time.
0 commit comments