diff --git a/css/style.css b/css/style.css index 9b01c71..e0ba993 100644 --- a/css/style.css +++ b/css/style.css @@ -311,7 +311,7 @@ Template hero sections } .parallax-bg { - background-image: url(../images/bg1_min.jpg); + background-image: url("http://opvf95u4n.bkt.clouddn.com/bg1.jpg"); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; @@ -866,6 +866,7 @@ Pricing tables padding: 10px; text-align: center; height: 100%; + width: 100%; } .portfolios-content:hover .portfolios-text { diff --git a/scss/_chapter.scss b/scss/_chapter.scss index 6124305..b32adb7 100644 --- a/scss/_chapter.scss +++ b/scss/_chapter.scss @@ -53,6 +53,9 @@ margin-bottom: 0.2em; } } + table{ + width: 100%; + } } .chapter-awesome__content {