Compare commits
2 commits
40a8a4c351
...
065fa3d1c6
Author | SHA1 | Date | |
---|---|---|---|
065fa3d1c6 | |||
20bb90b075 |
1 changed files with 9 additions and 4 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue