Skip to content

Commit e3d4b99

Browse files
authored
[fix] Fix nav-links alignment for better responsiveness.
[fix] Fix nav-links alignment for better responsiveness.
2 parents 843f5b4 + 2819458 commit e3d4b99

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

WebApplication2/Customer/Pages/CustomerComponent.aspx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
}
5252
5353
header .nav-links {
54-
margin-left: 400px;
54+
margin-left: auto;
55+
margin-right: 25px;
5556
display: flex;
5657
gap: 20px;
5758
justify-content: flex-end;
@@ -159,7 +160,7 @@
159160
margin-bottom: 20px;
160161
color: #606060;
161162
}
162-
.dark-mode .content h2 {
163+
.dark-mode .content h2 {
163164
font-size: 26px;
164165
font-weight: 600;
165166
margin-bottom: 20px;

0 commit comments

Comments
 (0)