forked from Bunteshaus/bunteshaus.de
small fixes
This commit is contained in:
parent
4891597e91
commit
d13039cfe2
|
@ -3,6 +3,11 @@
|
|||
.list_item {
|
||||
margin-bottom: 5rem;
|
||||
min-height: 25vh;
|
||||
&:hover {
|
||||
.readmore {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
|
@ -25,6 +30,10 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
.readmore {
|
||||
margin-top: 1em;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 640px) {
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
{{ end }}
|
||||
</div>
|
||||
{{ if .Truncated }}
|
||||
<div class="readmore" style="margin-top: 1em; text-align: right;">
|
||||
<div class="readmore">
|
||||
{{ if i18n "readmore" }}{{ i18n "readmore" }}{{ else }}{{ "read more" }}{{ end }}..
|
||||
</div>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user