Skip to content

Commit

Permalink
mobile ui tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nor0x committed Sep 9, 2024
1 parent 82891a7 commit bfd0b39
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions WahlGPT.Web/wwwroot/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
width: 400px;
max-width: 95%;
margin: 0 auto;
height: 250px;
height: 170px;
margin-bottom: 12px;
color: #666666;
}
Expand Down Expand Up @@ -178,7 +178,7 @@ span:nth-child(3) {
.answer-info-text {
font-size: 0.8rem;
text-align: center;
max-width: 60%;
max-width: 50%;
margin: 0 auto;
line-height: normal;
}
Expand Down Expand Up @@ -213,6 +213,16 @@ span:nth-child(3) {
border-bottom-color: rgb(70 70 70 / 50%);
}

.answer-row {
flex-wrap: wrap-reverse;
}

.support-text {
max-width: 50%;
margin: 0 auto;
margin-bottom: 2rem;
}

/* BLAZOR */


Expand Down Expand Up @@ -294,10 +304,6 @@ code {
width: 100px !important;
}

.answer-row {
flex-wrap: wrap-reverse;
}

.flow-img {
margin-top: 0;
margin-bottom: 1rem;
Expand All @@ -311,4 +317,7 @@ code {
.answer-info-text {
max-width: 80%;
}
.support-text {
max-width: 100%;
}
}

0 comments on commit bfd0b39

Please sign in to comment.