Skip to content

Commit

Permalink
Small screen support
Browse files Browse the repository at this point in the history
  • Loading branch information
darryncampbell-pubnub committed Apr 2, 2024
1 parent c3aa2b9 commit 86d77a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -585,4 +585,10 @@ a:hover {
background-color: var(--color-background-dark-text);
font-family: 'Courier New', Courier, monospace;
padding: 2px;
}

@media screen and (max-width: 700px) {
#appContextDisplayArea {
flex-direction: column;
}
}

0 comments on commit 86d77a7

Please sign in to comment.