Skip to content

Commit

Permalink
adjust column widths
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed Jun 9, 2024
1 parent ea8c839 commit 512c57e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LearnJsonEverything/Shared/Teacher.razor
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@inject HttpClient Client;

<div id="layout" class="row fill-remaining row-margin-reset">
<div class="col-2 d-flex h-100">
<div class="col-3 d-flex h-100">
<div class="grid-panel flex-grow-1 scroll">
<ul role="listbox">
@foreach (var lesson in _lessons)
Expand All @@ -34,7 +34,7 @@
<MarkdownSpan Content="@Instructions"></MarkdownSpan>
</div>
</div>
<div class="col-6 d-flex">
<div class="col-5 d-flex">
<div id="right-panel" class="row row-margin-reset flex-grow-1">
<div id="workspace" class="col-12 d-flex flex-grow-1">
<div class="grid-panel flex-grow-1">
Expand Down

0 comments on commit 512c57e

Please sign in to comment.