Update home layout to decrease font size

This commit is contained in:
Jason Freeberg 2020-05-27 12:36:17 -07:00
Родитель 008581c5e3
Коммит 14eafbfd73
5 изменённых файлов: 11 добавлений и 3 удалений

Просмотреть файл

@ -7,6 +7,8 @@ main:
# Default sidebar links
default:
- title: "Home"
url: "/"
- title: "Product Areas"
children:
- title: "Networking"

Просмотреть файл

@ -3,7 +3,9 @@ layout: archive
---
{% if paginator.page == 1 %}
{{ content }}
<div class="home-content">
{{ content }}
</div>
{% endif %}
<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>

Просмотреть файл

@ -16,6 +16,10 @@
width: calc(100% - #{$right-sidebar-width});
padding-right: $right-sidebar-width;
}
.home-content {
font-size: .80rem;
}
}
.archive__item {

Просмотреть файл

@ -75,7 +75,7 @@
p,
li,
dl {
font-size: 0.80em;
font-size: 0.80rem;
}
/* paragraph indents */

Просмотреть файл

@ -2,7 +2,7 @@
layout: home
sidebar:
nav: "default"
title: none
title: Home
pagination:
enabled: true
sort_reverse: true