diff --git a/.gitignore b/.gitignore index 82e6258..acf03ab 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ crash.log* .sass-cache/ node_modules/ +*.iml diff --git a/content/assets/stylesheets/includes/projects.scss b/content/assets/stylesheets/includes/projects.scss index b3ebf2a..bc45664 100644 --- a/content/assets/stylesheets/includes/projects.scss +++ b/content/assets/stylesheets/includes/projects.scss @@ -3,6 +3,16 @@ align-self: flex-end; align-items: flex-end; padding-right: 20px; + + div { + margin: 10px; + } +} + +@media (max-width: #{$tablet}) { + .links { + align-self: center; + } } .rows { @@ -10,15 +20,6 @@ flex-direction: column; } -.links > .column { - max-width: 200px; - align-items: center; -} - -.links .column a img { - width: 100%; -} - .project { background-color: $body-background; margin-top: 30px; diff --git a/content/projects.erb b/content/projects.erb index d4274fd..92c9e10 100644 --- a/content/projects.erb +++ b/content/projects.erb @@ -17,17 +17,21 @@ order: 30 For an overview of the features, visit the project's website.