Skip to content

Commit 818f625

Browse files
committed
min-width:none changed to unset and background-size:cover property moved to background following Rabias sugestions
1 parent 641c675 commit 818f625

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ header img {
147147
/* Hero */
148148

149149
#hero {
150-
background: url("../img/first-background.jpg") no-repeat top center/cover;
151-
background-size: cover;
150+
background: url("../img/first-background.jpg") no-repeat top center / cover;
151+
/* background-size: cover; */
152152
height: 96vh;
153153

154154
display: flex;
@@ -205,7 +205,7 @@ header img {
205205

206206
#to-store img {
207207
width: 40%;
208-
min-width: none;
208+
min-width: unset;
209209
}
210210

211211
#to-store article {

0 commit comments

Comments
 (0)