Skip to content

Commit 6933ff7

Browse files
committed
Fix some mobile issues
1 parent 4aa300c commit 6933ff7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

projects/train-platform/src/app/navbar/navbar.component.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,18 @@ ul {
1818
li {
1919
line-height: 40px;
2020
vertical-align: middle;
21-
padding-left: 10px;
22-
padding-right: 10px;
21+
padding-left: 0.5rem;
22+
padding-right: 0.5rem;
2323
}
2424

2525
.page-options {
2626
display: flex;
2727
flex-direction: row;
28-
gap: 4px;
28+
flex-wrap: nowrap;
29+
gap: 1rem;
2930
line-height: 40px;
3031
}
3132

3233
label {
33-
margin-right: 10px;
34+
margin-right: 0.5rem;
3435
}

0 commit comments

Comments
 (0)