Fix Intro image placement
Better viewing on all DPI devices
diff --git a/css/style.css b/css/style.css
index cd32deb..380d502 100644
--- a/css/style.css
+++ b/css/style.css
@@ -8,6 +8,12 @@
margin-left: auto;
margin-right: auto; }
+
+.vcenter {
+ display: inline-block;
+ vertical-align: middle;
+ float: none; }
+
.break {
clear: both;
margin-top: 10px; }
@@ -1205,7 +1211,7 @@
.portfolio-projects--btn:active {
background: #052a38;
color: #ffffff; }
-
+
.portfolio-projects--btn-sm {
background: transparent;
color: #07374a;
@@ -1221,7 +1227,7 @@
.portfolio-projects--btn-sm:active {
background: #052a38;
color: #ffffff; }
-
+
.portfolio-projects--image {
margin-bottom: 1.875em;
padding-top: 5%; }