porcata per titolo pagina

This commit is contained in:
kiki 2018-06-04 18:44:00 +02:00
parent e2f952f8ea
commit 20bb90b075

View file

@ -57,15 +57,16 @@ a:focus,
#content .entry-content > h2, #content .entry-content > h2,
#content .entry-content > .section:first-child>h2 #content .entry-content > .section:first-child>h2
{ {
text-align: center;
width: 100%;
background-color: white; background-color: white;
padding: 1em 0; padding: 1em 0;
color: black; color: black;
margin: 0; margin-bottom: 1em;
left: 0; left: 0;
font-size: 200%; font-size: 200%;
text-align: center; text-align: center;
position: relative;
width: 100vw;
transform: translate(-8%,0);
} }
h4 { h4 {
@ -77,7 +78,6 @@ h1,
h2, h2,
h3, h3,
h4, h4,
strong,
tt { tt {
background: #fff; background: #fff;
display: inline-block; display: inline-block;
@ -159,6 +159,11 @@ tt.literal {
/* END HOME }}} */ /* END HOME }}} */
{
position:relative;
width:100%;
}
/* TALK {{{ */ /* TALK {{{ */
.talk-grid { .talk-grid {