From cc106a6691dbb89965fe658ff3b0d5c15a329f0d Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 17 Jun 2014 13:35:47 +0200 Subject: [PATCH] sm breakpoint is 768px --- public/css/vroom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/vroom.css b/public/css/vroom.css index fd9580c..6f4207d 100644 --- a/public/css/vroom.css +++ b/public/css/vroom.css @@ -5,7 +5,7 @@ width: 100%; height: auto; } -@media screen and (min-width: 750px) { +@media screen and (min-width: 768px) { #webRTCVideo .selected { opacity: 0.7; }