Left: | ||
Right: |
OLD | NEW |
---|---|
1 * | |
2 { | |
3 font-family: Arial, sans; | |
4 font-size: 16px; | |
5 } | |
6 | |
7 body | 1 body |
8 { | 2 { |
3 font-family: "Source Sans Pro", Arial, sans-serif; | |
juliandoucette
2018/03/14 17:08:38
My browsers are rendering Arial when I run the tes
saroyanm
2018/03/14 17:56:30
No, until you are inspecting element with the char
ire
2018/03/14 18:10:33
I just fixed this. I missed a comma somewhere (*fa
juliandoucette
2018/03/14 18:18:01
Glad you spotted it!
I couldn't figure it out :D
| |
9 margin: 0; | 4 margin: 0; |
10 /* Start below fixed navbar */ | 5 /* Start below fixed navbar */ |
11 padding-top: 4em; | 6 padding-top: 4em; |
12 line-height: 1.5; | 7 line-height: 1.5; |
13 } | 8 } |
14 | 9 |
15 #content, | 10 #content, |
16 #blog | 11 #blog |
17 { | 12 { |
18 padding-bottom: 2em; | 13 padding-bottom: 2em; |
(...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
794 left: 50%; | 789 left: 50%; |
795 width: 80px; | 790 width: 80px; |
796 margin-top: -60px; | 791 margin-top: -60px; |
797 margin-left: -40px; | 792 margin-left: -40px; |
798 } | 793 } |
799 | 794 |
800 .hide-disclaimer .video-play | 795 .hide-disclaimer .video-play |
801 { | 796 { |
802 margin-top: -40px; | 797 margin-top: -40px; |
803 } | 798 } |
OLD | NEW |