Skip to content
Snippets Groups Projects

Resolve "Check for correct semantic html elements"

Merged Julian requested to merge 474-check-for-correct-semantic-html-elements into master
All threads resolved!
1 file
+ 17
0
Compare changes
  • Side-by-side
  • Inline
@@ -271,6 +271,23 @@ ul.footer-ul {
fill: white;
}
//////////////
// HEADINGS //
//////////////
h1 {
font-weight: 200;
font-style: normal;
font-size: 3.6rem;
line-height: 110%;
margin: 1.4rem 0 1.68rem 0;
}
h2 {
font-weight: 300;
font-size: 3.0rem;
}
/* Collections */
ul.collection .collection-item .title {
Loading