diff --git a/index.html b/index.html index a6b61cd..8e0df8b 100644 --- a/index.html +++ b/index.html @@ -40,6 +40,14 @@ .gowebcam { font-size:110%; } + +.pressed { + background: #e3e3e3; + -webkit-box-shadow: inset 0px 0px 5px #a1a1a1; + -moz-box-shadow: inset 0px 0px 5px #a1a1a1; + box-shadow: inset 0px 0px 5px #a1a1a1; + outline: none; +} .row { align-content:center; text-align: center; @@ -89,7 +97,7 @@ .directorsgrid { justify-items: normal; - grid-auto-columns: minmax(100px,300px); + grid-auto-columns: minmax(100px,500px); grid-auto-rows: minmax(100px, 300px); display:block ! important; @@ -102,7 +110,7 @@ .directorsgrid .vidcon { display: inline-block !important; max-width: 300px !important; - max-height: 300px !important; + max-height: 500px !important; background: #E3E4EF; } .directorsgrid .tile { @@ -444,7 +452,7 @@ video { - +