fixing playground responsive bahavior

Summary: The error message saying the playground is only available on bigger screens also was shown on big screens.

Reviewed By: emilsjolander

Differential Revision: D7989482

fbshipit-source-id: f444ca2d6608b868c4ff4d38fa6798d80b57c047
This commit is contained in:
Daniel Büchele
2018-05-14 10:20:14 -07:00
committed by Facebook Github Bot
parent 5dbe3c128b
commit 11200f3d75

View File

@@ -3,11 +3,13 @@
flex: 1;
}
.playground-page .error-container {
@media (max-width: 991px) {
.playground-page .error-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
}
.playground-page .error-text {