diff --git a/css/contact.css b/css/contact.css index 6204401..f427928 100644 --- a/css/contact.css +++ b/css/contact.css @@ -4,7 +4,7 @@ .contactside-bg{ width: 100%; height:540px; - background: url("../images/contactside-bg.png") no-repeat; + background: url("../images/contactside-bg.jpg") no-repeat; background-size: 100% 100%; } .contactside-bg p:nth-of-type(1){ diff --git a/css/portfollo.css b/css/portfollo.css index 66dce42..d877325 100644 --- a/css/portfollo.css +++ b/css/portfollo.css @@ -2,7 +2,7 @@ .breadcrumb{ width: 100%; height: 540px; - background:url('../images/breadcrumb-bg.png'); + background:url('../images/breadcrumb-bg.jpg'); background-size:100% 100%; background-repeat:no-repeat; diff --git a/images/breadcrumb-bg.jpg b/images/breadcrumb-bg.jpg new file mode 100644 index 0000000..db6042b --- /dev/null +++ b/images/breadcrumb-bg.jpg diff --git a/images/breadcrumb-bg.png b/images/breadcrumb-bg.png deleted file mode 100755 index fbe9b47..0000000 --- a/images/breadcrumb-bg.png +++ /dev/null diff --git a/images/contactside-bg.jpg b/images/contactside-bg.jpg new file mode 100644 index 0000000..6d04f2b --- /dev/null +++ b/images/contactside-bg.jpg diff --git a/images/contactside-bg.png b/images/contactside-bg.png deleted file mode 100755 index b72e015..0000000 --- a/images/contactside-bg.png +++ /dev/null