Content really needs to be wider if we want to keep that font size
parent
be2c65823d
commit
2fb509094e
|
@ -10,7 +10,7 @@
|
||||||
<div class="columns is-variable is-desktop is-8">
|
<div class="columns is-variable is-desktop is-8">
|
||||||
<!-- To ease reading, the content is a bit wider for small screens
|
<!-- To ease reading, the content is a bit wider for small screens
|
||||||
but not too wide for big screens -->
|
but not too wide for big screens -->
|
||||||
<aside class="menu column mt-2 is-one-fifth-desktop is-one-quarter-fullhd is-full-tablet is-full-mobile">
|
<aside class="menu column mt-2 is-one-fifth-desktop is-one-fifth-fullhd is-full-tablet is-full-mobile">
|
||||||
{{ if (and .IsPage (eq .FirstSection.Section "posts"))}}
|
{{ if (and .IsPage (eq .FirstSection.Section "posts"))}}
|
||||||
{{ with .CurrentSection }}
|
{{ with .CurrentSection }}
|
||||||
{{ if .Params.Title }}
|
{{ if .Params.Title }}
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</aside>
|
</aside>
|
||||||
<section class="column content is-three-fifths-desktop is-half-fullhd is-full-tablet is-full-mobile">
|
<section class="column content is-three-fifths-desktop is-three-fifths-fullhd is-full-tablet is-full-mobile">
|
||||||
<div>
|
<div>
|
||||||
<article>
|
<article>
|
||||||
<!-- If this is part of a thematic serie, remind it so it is clear -->
|
<!-- If this is part of a thematic serie, remind it so it is clear -->
|
||||||
|
|
Loading…
Reference in New Issue