| Left: | ||
| Right: | 
| LEFT | RIGHT | 
|---|---|
| 1 #content | 1 #content | 
| 2 { | 2 { | 
| 3 padding-top: 5em; | 3 padding-top: 5em; | 
| 4 margin: 0 auto; | 4 margin: 0 auto; | 
| 5 } | 5 } | 
| 6 | 6 | 
| 7 #key-facts h1 | 7 #key-facts h1 | 
| 8 { | 8 { | 
| 9 font-size: 16px; | 9 font-size: 16px; | 
| 10 } | 10 } | 
| (...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 688 | 688 | 
| 689 #ready-for-windows-notice | 689 #ready-for-windows-notice | 
| 690 { | 690 { | 
| 691 margin-bottom: 30px; | 691 margin-bottom: 30px; | 
| 692 } | 692 } | 
| 693 | 693 | 
| 694 /****************************************************************************** | 694 /****************************************************************************** | 
| 695 * #media | 695 * #media | 
| 696 *****************************************************************************/ | 696 *****************************************************************************/ | 
| 697 | 697 | 
| 698 #media-section { clear: both; } | |
| 699 | |
| 698 #media-header h2, | 700 #media-header h2, | 
| 699 #media-list | 701 #media-list | 
| 700 { | 702 { | 
| 701 margin: 0; | 703 margin: 0; | 
| 702 } | 704 } | 
| 703 | 705 | 
| 704 #media-header | 706 #media-header | 
| 705 { | 707 { | 
| 706 margin-bottom: 2em; | 708 margin-bottom: 2em; | 
| 707 } | 709 } | 
| 708 | 710 | 
| 709 #media-header h2 | 711 #media-header h2 | 
| 710 { | 712 { | 
| 711 font-size: 1em; | 713 font-size: 1em; | 
| 712 font-weight: normal; | 714 font-weight: normal; | 
| 713 text-transform: uppercase; | 715 text-transform: uppercase; | 
| 714 } | 716 } | 
| 715 | 717 | 
| 716 #media-list li | 718 #media-list li | 
| 717 { | 719 { | 
| 718 display: inline-block; | 720 display: inline-block; | 
| 719 } | 721 } | 
| 720 | 722 | 
| 721 #media-list img | 723 #media-list img | 
| 722 { | 724 { | 
| 723 max-width: 10em; | 725 max-width: 10em; | 
| 
 
ire
2018/02/22 08:55:12
I updated this figure because the techcrunch logo
 
juliandoucette
2018/02/23 13:46:18
Acknowledged.
 
 | |
| 724 max-height: 3em; | 726 max-height: 3em; | 
| 725 margin: 0 1em 1em; | 727 margin: 0 1em 1em; | 
| 726 } | 728 } | 
| 727 | 729 | 
| 728 #media-list a | 730 #media-list a | 
| 729 { | 731 { | 
| 730 position: relative; | 732 position: relative; | 
| 731 display: block; | 733 display: block; | 
| 732 } | 734 } | 
| 733 | 735 | 
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 803 { | 805 { | 
| 804 #media-list | 806 #media-list | 
| 805 { | 807 { | 
| 806 display: flex; | 808 display: flex; | 
| 807 justify-content: space-between; | 809 justify-content: space-between; | 
| 808 align-items: center; | 810 align-items: center; | 
| 809 } | 811 } | 
| 810 } | 812 } | 
| 811 | 813 | 
| 812 } | 814 } | 
| LEFT | RIGHT |