Skip to content

Commit e7271bf

Browse files
committed
add colored background
1 parent 7a79eba commit e7271bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ nav {
127127
/* Mobile Menu styles*/
128128

129129
.mobile-menu {
130+
background-color: var(--white);
130131
position: absolute;
131132
top: 60px;
132133
padding: 24px;
@@ -159,6 +160,7 @@ nav {
159160

160161
/* Aside Shopping Cart */
161162
.product-detail {
163+
background-color: var(--white);
162164
width: 360px;
163165
padding: 0 24px;
164166
box-sizing: border-box;

0 commit comments

Comments
 (0)