This commit is contained in:
Edin Dazdarevic
2017-11-06 01:22:24 +01:00
parent 5a7604ac95
commit 3a78507cf5
6 changed files with 112 additions and 163 deletions

View File

@@ -218,7 +218,6 @@ ul,p{
position: relative;
}
.blog-intro{
height: auto;
}
@@ -260,7 +259,7 @@ ul,p{
padding-bottom: 10px;
}
.article-img-wrraper {
background:url(../img/blog-img.png)center no-repeat;
background:url(./img/blog-img.png)center no-repeat;
display: block;
margin: auto;
width: 100%;
@@ -272,7 +271,11 @@ ul,p{
padding-left: 15px;
margin-right: auto;
margin-left: auto;
color: #898AB9;
font-size: 16px;
font-weight: 300;
}
.highlighted-text {
color: #26245F;
font-weight: 300;
@@ -423,11 +426,6 @@ div.tab button.active {
margin: 30px 0;
font-weight: 500;
}
.details2{
color: #898AB9;
font-size: 16px;
font-weight: 300;
}
.flex-center {
display: flex;
justify-content: center;
@@ -457,7 +455,7 @@ div.tab button.active {
}
.banner{
background:url(../img/blog-img.png)center no-repeat;
background:url(./img/blog-img.png)center no-repeat;
width: 100%;
height: 550px;
display: table;
@@ -477,7 +475,7 @@ div.tab button.active {
/*------------------------Footer-------------------------*/
footer{
background:url(../img/footer.png)no-repeat;
background:url(./img/footer.png)no-repeat;
background-size: cover;
padding: 70px 0;
}