Skip to content

Instantly share code, notes, and snippets.

@richtabor
Created December 22, 2018 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richtabor/03261dec5232adc6f486f560e5a14708 to your computer and use it in GitHub Desktop.
Save richtabor/03261dec5232adc6f486f560e5a14708 to your computer and use it in GitHub Desktop.
/** === Title === */
.editor-post-title__block {
margin-bottom: 55px;
margin-top: 0 !important;
max-width: 780px;
@media (min-width: 800px) {
margin-bottom: 70px;
margin-top: 40px;
}
.editor-post-title__input {
color: $color__text-heading;
font-family: $font__heading;
font-size: 30px;
font-weight: $font__weight-heading;
line-height: 1.6em;
text-align: center;
text-rendering: optimizeLegibility;
font-smoothing: antialiased;
@media (min-width: 800px) {
font-size: 50px;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment