feat(home-description): gestaltetes CSS
This commit is contained in:
parent
4c077c90db
commit
6490a3cb82
@ -16,7 +16,7 @@
|
|||||||
<h1>signFlow</h1>
|
<h1>signFlow</h1>
|
||||||
</header>
|
</header>
|
||||||
<section class="text-center">
|
<section class="text-center">
|
||||||
<p><span id="home-description"></span></p>
|
<p class="home-description"><span id="home-description"></span></p>
|
||||||
</section>
|
</section>
|
||||||
@if (ViewData["ErrorMessage"] is string errMsg)
|
@if (ViewData["ErrorMessage"] is string errMsg)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -130,6 +130,15 @@ main {
|
|||||||
margin: 0 0 0.5vh 0;
|
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 {
|
.envelope-view {
|
||||||
display: flex; /* d-flex */
|
display: flex; /* d-flex */
|
||||||
flex-direction: column; /* flex-column */
|
flex-direction: column; /* flex-column */
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user