Skip to content

Commit b8e1c8a

Browse files
fix home page padding and cards height
1 parent e0d5841 commit b8e1c8a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/frontend/wwwroot/home/home.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,3 +258,12 @@ textarea:disabled {
258258
.send-button:hover {
259259
color: #0056b3;
260260
}
261+
262+
.card.is-hoverable.quick-task > .card-content {
263+
min-height: 225px;
264+
}
265+
266+
.prompt-container {
267+
padding-top: 2rem;
268+
padding-bottom: 2rem;
269+
}

src/frontend/wwwroot/home/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div class="orb two"></div>
1717
<div class="orb three"></div>
1818
</div>
19-
<section class="section is-flex is-flex-direction-column is-justify-content-center">
19+
<section class="section is-flex is-flex-direction-column is-justify-content-center prompt-container">
2020
<img class="app-logo" src="../assets/app-logo.svg">
2121
<span class="title mb-0"> Task list <span class="assistants"> Assistants</span> </span>
2222
<span class="description mt-0">Ask your AI team for help</span>

0 commit comments

Comments
 (0)