diff --git a/ge-theme/static/css/home-styles.css b/ge-theme/static/css/home-styles.css index cf35753..ede99a5 100644 --- a/ge-theme/static/css/home-styles.css +++ b/ge-theme/static/css/home-styles.css @@ -1,9 +1,6 @@ .row-one-words{ text-align: center; font-size: 40px; - padding-top: 100px; - padding-left: 150px; - padding-right: 150px; } .row-one-img{ padding: 20px; @@ -11,8 +8,39 @@ .height-row{ height: 60%; } -/*.wrapper-col{*/ -/* !*left: 25%; !important;*!*/ -/* padding-right: 40px; !important;*/ -/* padding-left: 40px; !important;*/ -/*}*/ \ No newline at end of file +.img-style{ + padding-left: 180px; + padding-top: 60px; + max-height: 700px; + max-width: 700px; + +} +.wrapper-col{ + margin-top: 100px; + margin-left: 150px; + border-style: solid; + border-color: #ffffff; + box-sizing: border-box; + max-height: 400px; + max-width: 300px; +} +@media only screen and (max-width: 480px){ + .img-style{ + padding-left: 20px; + padding-top: 10px; + max-height: 400px; + max-width: 400px; + } + .row-one-words{ + font-size: 30px; + } + .wrapper-col{ + margin-top: 20px; + margin-left: 70px; + /*margin-right: 20px;*/ + max-width: 200px; + max-height: 400px; + border-color: #ff4c85; + + } +} \ No newline at end of file diff --git a/ge-theme/templates/home-template.html b/ge-theme/templates/home-template.html index 1d418d7..77c94fd 100644 --- a/ge-theme/templates/home-template.html +++ b/ge-theme/templates/home-template.html @@ -8,11 +8,11 @@ {% block content %}
-
-
- img-gif +
+
+ img-gif
-
+

Prospering economies built by thriving communities

diff --git a/output/pages/home.html b/output/pages/home.html index 7454d10..a669cc4 100644 --- a/output/pages/home.html +++ b/output/pages/home.html @@ -50,11 +50,11 @@
-
-
- img-gif +
+
+ img-gif
-
+

Prospering economies built by thriving communities

diff --git a/output/theme/css/home-styles.css b/output/theme/css/home-styles.css index cf35753..ede99a5 100644 --- a/output/theme/css/home-styles.css +++ b/output/theme/css/home-styles.css @@ -1,9 +1,6 @@ .row-one-words{ text-align: center; font-size: 40px; - padding-top: 100px; - padding-left: 150px; - padding-right: 150px; } .row-one-img{ padding: 20px; @@ -11,8 +8,39 @@ .height-row{ height: 60%; } -/*.wrapper-col{*/ -/* !*left: 25%; !important;*!*/ -/* padding-right: 40px; !important;*/ -/* padding-left: 40px; !important;*/ -/*}*/ \ No newline at end of file +.img-style{ + padding-left: 180px; + padding-top: 60px; + max-height: 700px; + max-width: 700px; + +} +.wrapper-col{ + margin-top: 100px; + margin-left: 150px; + border-style: solid; + border-color: #ffffff; + box-sizing: border-box; + max-height: 400px; + max-width: 300px; +} +@media only screen and (max-width: 480px){ + .img-style{ + padding-left: 20px; + padding-top: 10px; + max-height: 400px; + max-width: 400px; + } + .row-one-words{ + font-size: 30px; + } + .wrapper-col{ + margin-top: 20px; + margin-left: 70px; + /*margin-right: 20px;*/ + max-width: 200px; + max-height: 400px; + border-color: #ff4c85; + + } +} \ No newline at end of file diff --git a/output/theme/css/home-styles.css~ b/output/theme/css/home-styles.css~ index 6f55670..c569eb6 100644 --- a/output/theme/css/home-styles.css~ +++ b/output/theme/css/home-styles.css~ @@ -1,9 +1,19 @@ .row-one-words{ text-align: center; font-size: 40px; + padding-top: 100px; + padding-left: 150px; + padding-right: 150px; +} +.row-one-img{ padding: 20px; - /*padding-left: 20px;*/ - /*padding-right: 20px;*/ +} +.height-row{ + height: 60%; +} +.img-style{ + height: 400px; + width: 400px; } /*.wrapper-col{*/