Skip to main content

Command Palette

Search for a command to run...

Headings

Updated
0 min readView as Markdown

Source: Borges Digital

/*---------- 1.1 HEADINGS ----------*/
h1,h2,h3,h4,h5,h6 {line-height:1.2em;text-transform:uppercase !important;font-weight:bold;word-wrap:normal;}
h1 {font-size:55px;}
@media (max-width:320px){h1 {font-size:50px;}}
h2 {font-size:35px;}
h3 {font-size:32px;margin-bottom:40px;}
h4 {font-size:22px;}
h5 {font-size:19px;}
h6 {font-size:17px;}
17 views