mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 13:27:25 +00:00
Updated CSS. (#17)
This commit is contained in:
parent
3783295d13
commit
7d297bb69e
|
@ -42,7 +42,7 @@
|
|||
{{ end }}
|
||||
|
||||
{{ define "main" }}
|
||||
<section class="pt-lg">
|
||||
<section class="section">
|
||||
{{ $pag := .Paginate (where .Data.Pages "Type" "entry") 4 }}
|
||||
|
||||
<div class="columns is-multiline">
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
// Summary
|
||||
$blog-entry-summary-height: 16em;
|
||||
.blog-entry-header.summary {
|
||||
.blog-entry-header.summary.entry {
|
||||
height: $blog-entry-summary-height;
|
||||
}
|
||||
.blog-entry-header.summary.twitter {
|
||||
|
|
Loading…
Reference in a new issue