Skip to content

Commit

Permalink
Reorganise room scripts on small screens 🌁.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarty committed May 30, 2024
1 parent 704f5eb commit f28ae05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RoomScripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import ScriptCode from './ScriptCode';

const RoomScripts = ({ excdScript, encdScript }) => {
return (
<div className="flex gap-4 md:gap-5 xl:gap-6">
<div className="flex flex-col gap-4 md:gap-5 lg:flex-row xl:gap-6">
<div>
<h2 className="text-sm">Enter Script</h2>
<ScriptCode code={encdScript} />
Expand Down

0 comments on commit f28ae05

Please sign in to comment.