diff --git a/templates/index.html b/templates/index.html index 87b4624..66c9fdb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -222,7 +222,7 @@ height: 256px; top: 20px; left: 20px; - border-radius: 25px; + border-radius: 10%; position: absolute; /* Stay in place in container */ z-index: 3; /* Sit on top */ display: none; /* Hide by default */ @@ -297,6 +297,17 @@ left: 0px; } +/* Smaller devices */ +@media only screen and (max-width: 1000px) { + .media-thumb { + width: 180px; + height: 180px; + top: 14px; + left: 14px; + } + +} +