From d3ecd1c923cfaf6a8aabc6b613d20973297095e0 Mon Sep 17 00:00:00 2001 From: "Ethan N. Paul" Date: Tue, 6 Feb 2018 20:40:13 -0500 Subject: [PATCH] Added border to project items --- css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index b680e44..b1d45e6 100644 --- a/css/style.css +++ b/css/style.css @@ -657,6 +657,9 @@ body.mobile-nav-active #mobile-nav-toggle { display: table; overflow: hidden; margin-bottom: 30px; + outline-style: solid; + outline-color: white; + outline-width: 2px; } #project .project-item .details { @@ -691,7 +694,10 @@ body.mobile-nav-active #mobile-nav-toggle { transform: translate3d(0, 15px, 0); } -@media (max-width: 768px) { +@media (max-width: 990px) { + #project .project-item { + outline-style: none; + } #project .project-item .details h4 { font-size: 25px; }