Skip to content

Commit

Permalink
Merge pull request #10 from silentworks/10-01-Update_width_on_side_panel
Browse files Browse the repository at this point in the history
Update width on side panel
  • Loading branch information
silentworks committed Oct 1, 2023
2 parents 9235011 + bea8acd commit b3d3441
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions static/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -1986,6 +1986,10 @@ html {
margin-top: 0.25rem;
}

.mt-10 {
margin-top: 2.5rem;
}

.mt-2 {
margin-top: 0.5rem;
}
Expand All @@ -2002,10 +2006,6 @@ html {
margin-top: 2rem;
}

.mt-10 {
margin-top: 2.5rem;
}

.block {
display: block;
}
Expand Down
4 changes: 2 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ <h3 class="text-lg leading-6 font-medium text-gray-900">
</ul>
</div>

<div class="flex items-start justify-center py-5 w-full">
<div class="rounded-lg shadow-xl bg-gray-900 text-white">
<div class="flex items-start justify-center py-5">
<div class="rounded-lg shadow-xl bg-gray-900 text-white w-full">
<div class="border-b border-gray-800 px-8 py-3">
<div class="inline-block w-3 h-3 mr-2 rounded-full bg-red-500"></div>
<div class="inline-block w-3 h-3 mr-2 rounded-full bg-yellow-300"></div>
Expand Down
2 changes: 1 addition & 1 deletion templates/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h3 class="text-lg leading-6 font-medium text-gray-900">
</div>

<div class="flex items-start justify-center py-5">
<div class="rounded-lg shadow-xl bg-gray-900 text-white">
<div class="rounded-lg shadow-xl bg-gray-900 text-white w-full">
<div class="border-b border-gray-800 px-8 py-3">
<div class="inline-block w-3 h-3 mr-2 rounded-full bg-red-500"></div>
<div class="inline-block w-3 h-3 mr-2 rounded-full bg-yellow-300"></div>
Expand Down

0 comments on commit b3d3441

Please sign in to comment.