add link that actually says 'Start Reading' on the works page
This commit is contained in:
parent
b295ee2ad8
commit
e5b2e1e7a2
|
@ -108,6 +108,12 @@ body {
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
.work-preview .start-link {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.work-info {
|
||||
flex-basis: 40%;
|
||||
flex-grow: 1;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<div class="work-preview">
|
||||
<a href="view/{{ index() }}">
|
||||
<img src="{{ root() }}/thumbnails/{{ work['id'] }}.jpg">
|
||||
<div class="start-link">Start Reading</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="work-info">
|
||||
|
|
Loading…
Reference in a new issue