Remade the title block to be multi-purpose and added the facebook widget
This commit was merged in pull request #15.
This commit is contained in:
17
styles/title-block.scss
Normal file
17
styles/title-block.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
.title-block {
|
||||
&.title-size-h1 {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
&.title-size-h2 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
&.title-size-h3 {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
&.title-size-h4 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
.title-block + h2 {
|
||||
margin-top: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user