diff --git a/bs-config.js b/bs-config.js index 42f5d96..1110f99 100644 --- a/bs-config.js +++ b/bs-config.js @@ -16,7 +16,7 @@ module.exports = { "ui": { "port": 3001 }, - "files": ["src/**/*'], + "files": ["src/**/*"], "watchEvents": [ "change" ], diff --git a/src/favicon.ico b/src/favicon.ico index 1485f6d..48921b4 100644 Binary files a/src/favicon.ico and b/src/favicon.ico differ diff --git a/src/images/apple-touch-icon.png b/src/images/apple-touch-icon.png new file mode 100644 index 0000000..d581b7e Binary files /dev/null and b/src/images/apple-touch-icon.png differ diff --git a/src/index.html b/src/index.html index 9881de4..3634aee 100644 --- a/src/index.html +++ b/src/index.html @@ -1,15 +1,22 @@ - + reg-suit + + + + + + +
@@ -25,7 +32,7 @@

VISUAL
REGRESSION
TESTING
SUIT

-

reg-viz provides regression testing tools.

+

reg-viz provides regression testing tools.

Getting Started
@@ -127,24 +134,15 @@

EXAMPLES

If you use reg-suit, let us know your repository. We'll list it at the above :)

diff --git a/src/main.css b/src/main.css index 78d8810..2714633 100644 --- a/src/main.css +++ b/src/main.css @@ -171,6 +171,8 @@ a.text-link:hover, a.text-link:active { font-weight: 600; } .round-button.large, .ghost-button.large { + height: 56px; + line-height: 56px; font-size: 18px; } @@ -198,6 +200,9 @@ a.text-link:hover, a.text-link:active { line-height: 36px; border: 4px solid currentColor; } +.ghost-button.large { + line-height: 48px; +} .ghost-button.white { color: #fff; @@ -330,6 +335,15 @@ a.text-link:hover, a.text-link:active { box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12), 0px 2px 6px rgba(0, 0, 0, 0.06); } +.hero h1 + p { + font-size: 18px; +} +@media screen and (max-width: 425px) { + .hero h1 + p { + font-size: 14px; + } +} + /* what */ .what { @@ -575,21 +589,21 @@ a.text-link:hover, a.text-link:active { /* Getting Started */ .getting-started { - margin-top: 72px; - padding: 40px 0; + margin-top: 80px; + padding: 80px 0; position: relative; color: #fff; text-align: center; } @media screen and (min-width: 426px) { .getting-started { - padding: 64px 0; - margin-top: 100px; + margin-top: 120px; } } @media screen and (min-width: 1025px) { .getting-started { - margin-top: 240px; + padding: 144px 0; + margin-top: 256px; } } @@ -669,7 +683,7 @@ a.text-link:hover, a.text-link:active { /* examples */ .examples { - margin-top: 80px; + margin-top: 100px; } .examples h2 {