adjusted font size for post records
This commit is contained in:
@@ -59,7 +59,7 @@ h4 {
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 1.15em;
|
||||
font-size: 1.2em;
|
||||
font-weight: 400;
|
||||
line-height: 1.4;
|
||||
max-width: 33em;
|
||||
@@ -140,6 +140,11 @@ a:hover:after {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.post-record-title {
|
||||
font-size: 1.3em;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.skill-keywords {
|
||||
overflow: wrap;
|
||||
font-size: 0.9em;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
{{ range $val := . }}
|
||||
<div class="post-record">
|
||||
<div>
|
||||
<a href="/blog/post/{{ $val.Url }}">{{ $val.Title }}</a>
|
||||
<a class="post-record-title" href="/blog/post/{{ $val.Url }}">{{ $val.Title }}</a>
|
||||
</div>
|
||||
<div>
|
||||
{{ $val.Date }}
|
||||
|
||||
Reference in New Issue
Block a user