Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 32f22bd

Browse files
committed
Polishing up
1 parent f6cca7c commit 32f22bd

File tree

2 files changed

+24
-26
lines changed

2 files changed

+24
-26
lines changed

css/style.css

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
@font-face {
2-
font-family: 'Fira Sans';
3-
font-style: normal;
4-
font-weight: 300;
5-
src: local('Fira Sans Light'), url("../fonts/FiraSans-Light.woff") format('woff');
2+
font-family: 'Fira Sans';
3+
font-style: normal;
4+
font-weight: 300;
5+
src: local('Fira Sans Light'), url("../fonts/FiraSans-Light.woff") format('woff');
66
}
77
@font-face {
8-
font-family: 'Fira Sans';
9-
font-style: normal;
10-
font-weight: 400;
11-
src: local('Fira Sans'), url("../fonts/FiraSans-Regular.woff") format('woff');
8+
font-family: 'Fira Sans';
9+
font-style: normal;
10+
font-weight: 400;
11+
src: local('Fira Sans'), url("../fonts/FiraSans-Regular.woff") format('woff');
1212
}
1313
@font-face {
14-
font-family: 'Fira Sans';
15-
font-style: normal;
16-
font-weight: 500;
17-
src: local('Fira Sans Medium'), url("../fonts/FiraSans-Medium.woff") format('woff');
14+
font-family: 'Fira Sans';
15+
font-style: normal;
16+
font-weight: 500;
17+
src: local('Fira Sans Medium'), url("../fonts/FiraSans-Medium.woff") format('woff');
1818
}
1919

2020
body {
@@ -57,8 +57,7 @@ ul.menu li {
5757
ul.menu h2 {
5858
font-size: 15.4px;
5959
font-weight: 500;
60-
margin: 0;
61-
margin-bottom: 1em;
60+
margin: .8em 0;
6261
}
6362
ul.menu li>ul {
6463
margin-top: .5em;
@@ -74,8 +73,8 @@ ul.menu li>ul {
7473
text-align: left;
7574
}
7675
.menu img {
77-
margin: 0;
78-
}
76+
margin: 0;
77+
}
7978
}
8079

8180
h2 {
@@ -99,7 +98,7 @@ h3 {
9998
}
10099

101100
.side-header p {
102-
color: #777;
101+
color: #777;
103102
}
104103

105104
.table-features {
@@ -125,8 +124,6 @@ div.install {
125124
}
126125

127126
.table-installers {
128-
margin-left: 2em;
129-
width: 32em;
130127
border-spacing: 4px;
131128
border: 0px;
132129
empty-cells: hide;
@@ -167,12 +164,14 @@ div.install {
167164
p.pitch {
168165
font-size: 25px;
169166
font-weight: 300;
167+
text-align: center;
170168
}
171169
@media (min-width: 992px) {
172170
p.pitch {
173171
font-size: 28px;
174172
margin-top: 2.7em;
175-
margin-bottom: 1.8em;
173+
margin-bottom: 1.8em;
174+
text-align: left;
176175
}
177176
}
178177

@@ -212,9 +211,9 @@ hr {
212211
}
213212

214213
.install-box a.btn {
215-
display:block;
216-
margin:1em auto;
217-
max-width: 250px;
214+
display:block;
215+
margin:1em auto;
216+
max-width: 250px;
218217
}
219218

220219
ul.laundry-list {
@@ -233,8 +232,7 @@ ul.laundry-list {
233232
column-count: auto;
234233
-moz-column-count: auto;
235234
-webkit-column-count: auto;
236-
margin-top: 20px;
237-
}
235+
}
238236
img.ribbon {
239237
display: inline !important;
240238
position: absolute;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h2>Featuring</h2>
3838
<li>optional garbage collection</li>
3939
<li>concurrency without data races</li>
4040
<li>minimal runtime</li>
41-
<li>efficient FFI</li>
41+
<li>efficient C bindings</li>
4242
</ul>
4343
</div>
4444
<div class="col-md-8">

0 commit comments

Comments
 (0)