diff --git a/compare.html b/compare.html index 030731b..b7d3c44 100644 --- a/compare.html +++ b/compare.html @@ -4,7 +4,7 @@ - Destyle.css - Compare to other resets + Destyle.css - Compared to other resets diff --git a/github.svg b/github.svg new file mode 100644 index 0000000..1231683 --- /dev/null +++ b/github.svg @@ -0,0 +1,15 @@ + + + + + + diff --git a/index.html b/index.html index dd0e402..4a9aa05 100644 --- a/index.html +++ b/index.html @@ -38,15 +38,39 @@ - - Docs / Github + + Docs Test & Compare + +
+ + View on Github + + Tweet +
+ + diff --git a/style.css b/style.css index 991514c..b4aef69 100644 --- a/style.css +++ b/style.css @@ -39,20 +39,6 @@ body { margin-bottom: 50px; } -.btn { - background-color: dodgerblue; - color: #fff; - padding: 0.8em 1.4em; - font-weight: 600; - border-radius: 3px; - display: inline-block; - vertical-align: middle; -} - -.btn + .btn { - margin-left: 10px; -} - .features { margin-bottom: 60px; } @@ -74,6 +60,41 @@ body { text-decoration: underline; } +.btn { + background-color: dodgerblue; + color: #fff; + padding: 0.8em 1.4em; + font-weight: 600; + border-radius: 3px; + display: inline-block; + vertical-align: middle; +} + +.btn + .btn { + margin-left: 10px; +} + +.social { + padding-top: 20px; +} + +.social a { + display: inline-block; + vertical-align: middle; +} +.social a:not(:last-child) { + margin-right: 10px; +} + +@media (min-width: 500px) { + .social { + display: inline-block; + vertical-align: middle; + margin-left: 50px; + padding-top: 0; + } +} + /* Footer ========================================================== */