diff --git a/assets/index.html b/assets/index.html index 53d0183..ebd9773 100644 --- a/assets/index.html +++ b/assets/index.html @@ -8,22 +8,20 @@ - + -
-
+

A collection of svg logos for developers.

-
Github
-
+
@@ -435,6 +433,10 @@ yeoman
+
diff --git a/assets/media/og-image.png b/assets/media/og-image.png index d58e4cc..f5114d9 100644 Binary files a/assets/media/og-image.png and b/assets/media/og-image.png differ diff --git a/assets/styles/main.scss b/assets/styles/main.scss index 1b967b9..2738e45 100644 --- a/assets/styles/main.scss +++ b/assets/styles/main.scss @@ -8,7 +8,7 @@ html { body { background-color: $bg-color; - font-family: Montserrat, sans-serif; + font-family: Helvetica Helvetica Neue, Helvetica, Arial, sans-serif; margin: 0; min-height: 100%; padding: 0; @@ -27,7 +27,7 @@ a { padding-right: 1.5rem; } -.header { +header { padding-top: 3rem; text-align: center; @@ -35,41 +35,40 @@ a { padding-top: 4rem; } + .logo { + width: 95%; -} + @include md { + width: 70%; + } -.logo { - width: 95%; - - @include md { - width: 70%; + @include lg { + width: 50%; + } } - @include lg { - width: 50%; + h3 { + font-size: 1.8rem; + margin: 1.5rem 3rem 0.5rem; + + @include sm { + font-size: 2rem; + margin-left: auto; + margin-right: auto; + } + + @include md { + font-size: 2.5rem; + margin-top: 2rem; + max-width: 80%; + } + + @include lg { + max-width: 60%; + } } } -h3 { - font-size: 1.8rem; - margin: 2rem auto 0.5rem; - - @include md { - font-size: 2.5rem; - margin-top: 4rem; - max-width: 80%; - } - - @include lg { - max-width: 60%; - } -} - -h5 { - font-size: 1.5rem; - margin: 0; -} - .logos { align-items: center; display: flex; @@ -96,3 +95,11 @@ h5 { } } } + +footer { + border-top: 1px solid #ccc; + display: flex; + justify-content: space-between; + margin: -1.5rem; + padding: 1.5rem; +}