Skip to content

Commit

Permalink
another style change
Browse files Browse the repository at this point in the history
  • Loading branch information
elbotho committed Dec 16, 2024
1 parent badf0ca commit 729f39a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/editor/demo/react-iframe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
<title>editor react | in iframe</title>
<style>
body {
background-color: #ffbe5e;
background-color: #faf5f0;
text-align: center;
padding: 0;
margin: 0;
}
iframe {
border: none;
width: calc(100vw - 7rem);
height: calc(100vh - 7rem);
margin-left: auto;
margin-right: auto;
margin-top: 1rem;
height: calc(100vh - 5rem);
margin-inline: auto;
background-color: white;
padding: 2rem;
max-width: 800px;
Expand Down

0 comments on commit 729f39a

Please sign in to comment.