We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e617a8 commit 7857e75Copy full SHA for 7857e75
1 file changed
static/css/layout.css
@@ -75,6 +75,9 @@ nav {
75
display: flex;
76
flex-wrap: wrap;
77
list-style: none;
78
+ margin: 0; /* reset default ul margin to avoid right-shift */
79
+ padding: 0; /* reset default ul padding to truly center items */
80
+ margin-block: 0.75rem; /* restore comfortable top/bottom spacing */
81
gap: 1rem;
82
}
83
0 commit comments