Overview
Comment: | Better use of spacing on the frontpage. |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
cd2216e1096c8bf419717303bec7efe6 |
User & Date: | robin.hansen on 2020-11-16 04:35:48 |
Other Links: | manifest | tags |
Context
2020-11-16
| ||
04:48 | Remove need for babel polyfill. check-in: cc5e2708f0 user: robin.hansen tags: trunk | |
04:35 | Better use of spacing on the frontpage. check-in: cd2216e109 user: robin.hansen tags: trunk | |
2020-11-15
| ||
11:47 | Minor improvements to text in playground lessons. check-in: d6befbcefb user: robin.hansen tags: trunk | |
Changes
Modified src/index.css from [06c39f9b41] to [e051b906b2].
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
..
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
background: #38b772; text-decoration: none; } header { color: #fcfcfd; background: #36af6d; } #header-content { width: 990px; margin: 0 auto; padding-bottom: 24px; } #header-content nav { display: flex; justify-content: space-between; } #header-content nav h1 { margin: 0; } #header-content nav h1 .big { ................................................................................ #header-content nav ul li a { color: rgba(255, 255, 255, .85); } #header-content nav ul li a:hover { color: #ffffff; } #selling-points { width: 990px; margin: 0 auto; padding-bottom: 200px; } #selling-points .content { display: flex; justify-content: space-between; |
>
>
|
<
>
>
>
>
>
|
|
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
..
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
background: #38b772; text-decoration: none; } header { color: #fcfcfd; background: #36af6d; padding-top: 16px; padding-bottom: 60px; } #header-content { width: 800px; margin: 0 auto; } #header-content nav { display: flex; justify-content: space-between; margin-bottom: 2em; } #header-content nav h1 { margin: 0; } #header-content nav h1 .big { ................................................................................ #header-content nav ul li a { color: rgba(255, 255, 255, .85); } #header-content nav ul li a:hover { color: #ffffff; } #header-content ul { margin-bottom: 40px; } #selling-points { width: 800px; margin: 0 auto; padding-bottom: 200px; } #selling-points .content { display: flex; justify-content: space-between; |