diff --git a/content/assets/stylesheets/includes/projects.scss b/content/assets/stylesheets/includes/projects.scss index 4b3241e..2dce0e1 100644 --- a/content/assets/stylesheets/includes/projects.scss +++ b/content/assets/stylesheets/includes/projects.scss @@ -33,8 +33,12 @@ margin-top: 30px; } +.logo-wrapper { + padding-top: 0; + padding-bottom: 0; +} + .logo { - height: 10vw; width: 10vw; min-width: 100px; min-height: 100px; @@ -42,12 +46,14 @@ margin-right: auto; display: flex; align-items: center; + + height: 100%; } .logo-initial { margin: auto; color: white; - font-size: 6vw; + font-size: 5rem; font-family: $family-sans-serif; } diff --git a/layouts/partials/_project.erb b/layouts/partials/_project.erb index a217c44..34c49b5 100644 --- a/layouts/partials/_project.erb +++ b/layouts/partials/_project.erb @@ -1,6 +1,6 @@
-
+
<% if project[:logo_image] %>