Skip to content

Commit

Permalink
css for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
taisukef committed Jan 20, 2025
1 parent 9153bab commit befa31e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ <h1>DNCL3実行環境</h1>
a {
color: gray !important;
}
@media only screen and (max-width: 600px) {
.diveditor {
width: calc(100vw - .8em);
height: calc(50vh - 5em);
}
}
</style>

<script type="module">
Expand Down

0 comments on commit befa31e

Please sign in to comment.