1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-28 17:53:42 +02:00

sm breakpoint is 768px

This commit is contained in:
Daniel Berteaud 2014-06-17 13:35:47 +02:00
parent e8f4df2d9a
commit cc106a6691

View File

@ -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;
}