From ea2242fec6d5b5f7ef97a5933d29f87657f4e66c Mon Sep 17 00:00:00 2001 From: tatianamac Date: Sun, 23 Sep 2018 03:29:31 +0300 Subject: [PATCH] grid changes, wording changes --- css/base.css | 2 +- index.html | 2 +- scss/base.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/base.css b/css/base.css index 126389de..c5f936cc 100644 --- a/css/base.css +++ b/css/base.css @@ -58,7 +58,7 @@ li { grid-column: 2 / span 1; grid-row: 1; } #summary { - grid-column: 1 / span 2; + grid-column: 1 / span 1; grid-row: 2; } .list { grid-row: span 3; diff --git a/index.html b/index.html index 77a71586..7f52a14a 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@
-

A modern dictionary about us, written by us

+

A modern dictionary about us. We define our words, but they don't define us.

For now, this stands as a list only, from which you can self-educate. Future phases will include definitions and resources.

diff --git a/scss/base.scss b/scss/base.scss index 4bfc5f47..f46ef099 100644 --- a/scss/base.scss +++ b/scss/base.scss @@ -124,7 +124,7 @@ li { } #summary { - grid-column: 1 / span 2; + grid-column: 1 / span 1; grid-row: 2 }