This commit is contained in:
Rico Sta. Cruz 2015-04-17 17:04:55 +08:00
parent 29b786f649
commit 8502cc9cb2
1 changed files with 13 additions and 2 deletions

View File

@ -48,7 +48,7 @@
.post-headline.-cheatsheet .prelude { .post-headline.-cheatsheet .prelude {
color: #111; color: #111;
font-size: 0.8em; font-size: 0.85em;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 2px; letter-spacing: 2px;
margin-bottom: 0; margin-bottom: 0;
@ -64,9 +64,20 @@
content: 'The great cheatsheet for'; content: 'The great cheatsheet for';
} }
@media (min-width: 769px) {
.post-headline.-cheatsheet .prelude {
max-width: 230px;
margin-left: auto;
margin-right: auto;
}
.post-headline.-cheatsheet .prelude span {
display: inline-block;
}
}
.post-headline.-cheatsheet h1 { .post-headline.-cheatsheet h1 {
color: #111; color: #111;
font-size: 3.3em; font-size: 3.5em;
text-shadow: text-shadow:
2px 2px 0 white, 2px 2px 0 white,
3px 3px 0 #ddd; 3px 3px 0 #ddd;