From a04e56de9679baa21c86ea9ab449ff9286234baa Mon Sep 17 00:00:00 2001 From: Valeria Date: Sun, 28 Jan 2018 17:38:52 +0100 Subject: [PATCH 1/4] Integrate the SECTION to the template BLUE #125 --- src/scss/themes/t-blue.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/scss/themes/t-blue.scss b/src/scss/themes/t-blue.scss index b68bf78..14afdd9 100644 --- a/src/scss/themes/t-blue.scss +++ b/src/scss/themes/t-blue.scss @@ -17,7 +17,8 @@ // SECTION .t-blue-section { - + background-color: #ecfcf9; + height: 40px; } // ARTICLE From 9f6f49d61efb6e0926ed9b57626c9b66cd6027ef Mon Sep 17 00:00:00 2001 From: Valeria Date: Sun, 28 Jan 2018 17:40:20 +0100 Subject: [PATCH 2/4] Integrate the SECTION to the template BLUE #125 --- src/scss/themes/t-blue.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scss/themes/t-blue.scss b/src/scss/themes/t-blue.scss index 14afdd9..87ad82a 100644 --- a/src/scss/themes/t-blue.scss +++ b/src/scss/themes/t-blue.scss @@ -19,6 +19,7 @@ .t-blue-section { background-color: #ecfcf9; height: 40px; + width: 100%; } // ARTICLE From 4816216e53e3a12348f31e61185ace085e0eb06d Mon Sep 17 00:00:00 2001 From: Valeria Date: Mon, 29 Jan 2018 12:54:55 +0100 Subject: [PATCH 3/4] fixing errors --- src/scss/themes/t-blue.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/scss/themes/t-blue.scss b/src/scss/themes/t-blue.scss index 82e9477..5aa6fbb 100644 --- a/src/scss/themes/t-blue.scss +++ b/src/scss/themes/t-blue.scss @@ -19,9 +19,7 @@ // SECTION .t-blue-section { - background-color: #ecfcf9; - height: 40px; - width: 100%; + } // ARTICLE From 3e43c9cadbfe2af50fba380f66ccefdb231bf80c Mon Sep 17 00:00:00 2001 From: Valeria Date: Thu, 3 May 2018 11:23:21 +0200 Subject: [PATCH 4/4] err fixed --- src/css/styles.css | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/css/styles.css b/src/css/styles.css index 2768ae0..c02b514 100644 --- a/src/css/styles.css +++ b/src/css/styles.css @@ -369,8 +369,7 @@ h6 { .lay-1-container { display: grid; - grid-template-areas: "a . b" - "c c b"; + grid-template-areas: "a . b" "c c b"; grid-template-columns: repeat(3 1fr); grid-gap: 1em; } @@ -387,9 +386,7 @@ h6 { display: grid; grid-template-columns: 1fr 3fr; grid-template-rows: 2fr 6fr 1fr; - grid-template-areas: "item-1 item-2" - "item-3 item-2" - "item-3 item-4"; + grid-template-areas: "item-1 item-2" "item-3 item-2" "item-3 item-4"; grid-gap: 1em; } .lay-2-item-1 { @@ -408,10 +405,7 @@ h6 { display: grid; grid-template-columns: 1fr 2fr 1fr; grid-template-rows: 1fr 6fr 3fr 1fr; - grid-template-areas: "item-1 item-2 item-3" - "item-1 item-2 item-3" - "item-1 item-2 item-3" - "item-1 item-4 item-3"; + grid-template-areas: "item-1 item-2 item-3" "item-1 item-2 item-3" "item-1 item-2 item-3" "item-1 item-4 item-3"; grid-gap: 1em; } .lay-3-item-1 {