Skip to content

Commit cde913d

Browse files
Update css
1 parent 1c20b1d commit cde913d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

2-copy-of-code/lesson-06/ecommerce-project/src/components/header.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040

4141
.header .logo {
42-
height: 28px;
42+
height: 26px;
4343
margin-top: 1px;
4444
}
4545

@@ -54,8 +54,8 @@
5454

5555
.header .mobile-logo {
5656
display: block;
57-
height: 35px;
58-
margin-top: 5px;
57+
height: 26px;
58+
margin-top: 1px;
5959
}
6060
}
6161

2-copy-of-code/lesson-06/ecommerce-project/src/pages/checkout-header.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828

2929
.checkout-header .logo {
30-
height: 28px;
30+
height: 26px;
3131
margin-top: 0px;
3232
}
3333

@@ -50,8 +50,7 @@
5050

5151
.checkout-header .mobile-logo {
5252
display: inline-block;
53-
height: 35px;
54-
margin-top: 5px;
53+
height: 26px;
5554
}
5655
}
5756

0 commit comments

Comments
 (0)