feat(home-description): gestaltetes CSS

This commit is contained in:
Developer 02 2024-11-05 23:48:30 +01:00
parent 4c077c90db
commit 6490a3cb82
3 changed files with 11 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<h1>signFlow</h1>
</header>
<section class="text-center">
<p><span id="home-description"></span></p>
<p class="home-description"><span id="home-description"></span></p>
</section>
@if (ViewData["ErrorMessage"] is string errMsg)
{

View File

@ -130,6 +130,15 @@ main {
margin: 0 0 0.5vh 0;
}
.home-description {
text-align: justify;
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
font-weight: 500;
font-size: .95em;
letter-spacing: -1px;
word-spacing: -2px;
}
.envelope-view {
display: flex; /* d-flex */
flex-direction: column; /* flex-column */

File diff suppressed because one or more lines are too long