Create headings.less
This commit is contained in:
parent
d1edf4f55d
commit
2100ce402f
1 changed files with 11 additions and 0 deletions
11
less/headings.less
Normal file
11
less/headings.less
Normal file
|
@ -0,0 +1,11 @@
|
|||
h1 {
|
||||
font-size: 4em;
|
||||
margin: 0;
|
||||
&.title {
|
||||
font-size: 7em;
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 2em;
|
||||
}
|
Loading…
Add table
Reference in a new issue