Skip to content

Commit

Permalink
css fix fr this time
Browse files Browse the repository at this point in the history
  • Loading branch information
beni69 committed Aug 24, 2023
1 parent c9747b1 commit 7d04539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ main {
gap: 2rem;
}
section {
min-width: calc(50% - 1rem);
width: 25rem;
}

form#task {
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1 id="title" class="flow">Csengő Admin</h1>

{% include "status.html" %}
</header>
<main class="container">
<main>
<section id="task-form">
<h2>Új csengetés</h2>
{% include "form.html" %}
Expand Down

0 comments on commit 7d04539

Please sign in to comment.