Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
actually fixed img url's this time
  • Loading branch information
mdr19002 committed May 8, 2020
1 parent 2da85d3 commit e4b4abc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions css/main.css
Expand Up @@ -115,7 +115,7 @@ textarea {
flex-direction: column;
justify-content: center;
align-items: center;
background-image: url(img/bg-1_sm.jpeg);
background-image: url(../img/bg-1_sm.jpeg);
background-size: cover;
background-position: center;
height: 400px;
Expand Down Expand Up @@ -192,7 +192,7 @@ textarea {
}

#section-5 {
background-image: url(img/bg-2_sm.jpeg);
background-image: url(../img/bg-2_sm.jpeg);
background-size: cover;
text-align: center;
padding: 50px;
Expand Down Expand Up @@ -277,21 +277,21 @@ textarea {

@media (min-width: 484px) {
#section-1 {
background-image: url(img/bg-1_md.jpeg);
background-image: url(../img/bg-1_md.jpeg);
height: 550px;
}
#section-1 .tiny {
color:#282828;
}

#section-5 {
background-image: url(img/bg-2_md.jpeg);
background-image: url(../img/bg-2_md.jpeg);
}
}

@media (min-width: 950px) {
#section-1 {
background-image: url(img/bg-1_lg.jpeg);
background-image: url(../img/bg-1_lg.jpeg);
min-height: 800px;
}
#section-1 h1 {
Expand Down Expand Up @@ -357,7 +357,7 @@ textarea {
max-width: 100%;
}
#section-5 {
background-image: url(img/bg-2_lg.jpg);
background-image: url(../img/bg-2_lg.jpg);
}
.jon{
width: 30%;
Expand Down Expand Up @@ -386,7 +386,7 @@ textarea {

@media (min-width: 1921px) {
#section-1 {
background-image: url(img/bg-1_xl.jpeg);
background-image: url(../img/bg-1_xl.jpeg);
min-height: 1100px;
}
#section-2 {
Expand Down

0 comments on commit e4b4abc

Please sign in to comment.