Client: Fix Viewer styles for title-section
This commit is contained in:
parent
4acf8d1b92
commit
20a67ffd4b
|
|
@ -10,7 +10,7 @@
|
|||
@if (CurrentPost?.Abstract != null)
|
||||
{
|
||||
<hr />
|
||||
<i>Abstract: @CurrentPost?.Abstract</i>
|
||||
<i class="abstract">Abstract: @CurrentPost?.Abstract</i>
|
||||
<hr />
|
||||
}
|
||||
@if (CurrentPost == null)
|
||||
|
|
|
|||
|
|
@ -471,11 +471,17 @@ app {
|
|||
font-stretch: condensed;
|
||||
font-weight: 600;
|
||||
word-break: break-word;
|
||||
max-width: 630px;
|
||||
}
|
||||
|
||||
. viewer h2 {
|
||||
.viewer h2 {
|
||||
font-weight: 600;
|
||||
font-stretch: condensed;
|
||||
max-width: 630px;
|
||||
}
|
||||
|
||||
.viewer .abstract {
|
||||
max-width: 630px;
|
||||
}
|
||||
|
||||
.viewer img {
|
||||
|
|
|
|||
Loading…
Reference in New Issue