Compare commits
No commits in common. "065fa3d1c6520981233379ed505ddae439c4c47c" and "40a8a4c3518bd311b335abe6bb5f9f4805882e6a" have entirely different histories.
065fa3d1c6
...
40a8a4c351
1 changed files with 4 additions and 9 deletions
|
@ -57,16 +57,15 @@ a:focus,
|
|||
#content .entry-content > h2,
|
||||
#content .entry-content > .section:first-child>h2
|
||||
{
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
padding: 1em 0;
|
||||
color: black;
|
||||
margin-bottom: 1em;
|
||||
margin: 0;
|
||||
left: 0;
|
||||
font-size: 200%;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
width: 100vw;
|
||||
transform: translate(-8%,0);
|
||||
}
|
||||
|
||||
h4 {
|
||||
|
@ -78,6 +77,7 @@ h1,
|
|||
h2,
|
||||
h3,
|
||||
h4,
|
||||
strong,
|
||||
tt {
|
||||
background: #fff;
|
||||
display: inline-block;
|
||||
|
@ -159,11 +159,6 @@ tt.literal {
|
|||
|
||||
/* END HOME }}} */
|
||||
|
||||
{
|
||||
position:relative;
|
||||
width:100%;
|
||||
|
||||
}
|
||||
/* TALK {{{ */
|
||||
|
||||
.talk-grid {
|
||||
|
|
Loading…
Reference in a new issue