diff --git a/index.html b/index.html index b8307da..cf42676 100755 --- a/index.html +++ b/index.html @@ -75,7 +75,7 @@

Professional Experience

-
+
@@ -87,7 +87,7 @@

Professional Experience

-
+
@@ -107,13 +107,14 @@

Personal Projects

- - - - - patrickdaly.us - - + + + + patrickdaly.us + +

patrickdaly.us

@@ -122,13 +123,14 @@

patrickdaly.us

corporate-quarters.com

@@ -137,13 +139,14 @@

corporate-quarters.com

greenbelter.io

diff --git a/style.css b/style.css index 4ea1201..a05011a 100755 --- a/style.css +++ b/style.css @@ -99,18 +99,18 @@ img.company-logo { .screenshot-container, .logo-container { + position: relative; text-align: center; } .logo-container { - position: relative; display: flex; min-height: 125px; justify-content: center; align-items: center; } -.logo-overlay { +.overlay { position: absolute; display: flex; align-items: center; @@ -121,14 +121,15 @@ img.company-logo { right: 0; height: 100%; width: 100%; - border-radius: 20px; + box-shadow: none; color: white; opacity: 0; transition: .4s linear; background-color: white; } -.logo-container:hover .logo-overlay { +.logo-container:hover .overlay, +.screenshot-container:hover .overlay { opacity: 1; } @@ -152,8 +153,8 @@ img.screenshot { transition: .5s ease; } -.image-link:hover .screenshot { - box-shadow: 0 4px 8px 0 rgba(167, 102, 42, 0.2), 0 6px 20px 0 rgba(167, 102, 42, 0.19); +.screenshot-container:hover .screenshot { + box-shadow: none; } /* NAVIGATION */