mirror of
https://github.com/ivabus/www
synced 2024-11-25 05:25:07 +03:00
type and title adjustments
This commit is contained in:
parent
96cdabe6b2
commit
0af13f31ca
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
{{ if .Params.featured_image }}
|
||||
<img class="featured-image mb-3" src="{{ .Params.featured_image }}" alt="{{ .Title }}" />
|
||||
{{ end }}
|
||||
<a class="display-6" href="{{ .RelPermalink }}">{{ .Title }}</a><br>
|
||||
<a class="subhead" href="{{ .RelPermalink }}"><h3>{{ .Title }}</h3></a>
|
||||
<span class="grid-gray">{{ .Date.Format "2006-01-02" }}</span>
|
||||
<span class="preview-content">{{ .Content }}</span>
|
||||
</div>
|
||||
|
|
|
@ -105,7 +105,7 @@ a.nav-link:hover{
|
|||
border-bottom: 1px solid #00ffd0;
|
||||
}
|
||||
|
||||
/* Breakpoint-Specific Typography */
|
||||
/* Breakpoint-Specific Typography
|
||||
|
||||
@media only screen and (max-width: 576px) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue