Skip to content

Commit 3145f8d

Browse files
Restyle feature gallery
1 parent ac01489 commit 3145f8d

File tree

6 files changed

+290
-33
lines changed

6 files changed

+290
-33
lines changed

src/images/bitcoin-logo.svg

Lines changed: 61 additions & 0 deletions
Loading

src/images/macos-logo.svg

Lines changed: 66 additions & 0 deletions
Loading

src/images/viewonly-logo.svg

Lines changed: 61 additions & 0 deletions
Loading

src/images/windows-logo.svg

Lines changed: 61 additions & 0 deletions
Loading

src/index.css

Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@
1515
}
1616
*/
1717

18+
html {
19+
font-family: GothamRndLight, sans-serif;
20+
}
21+
1822
body {
1923
background-color: #CAE2E9;
2024
color: #424242;
2125
margin: 0;
22-
font-family: GothamRndLight, sans-serif;
2326
}
2427

2528
header {
@@ -58,12 +61,22 @@ header .logo {
5861
width: 25%;
5962
}
6063

64+
h1 {
65+
font-family: GothamRndMedium;
66+
font-size: 42px;
67+
}
68+
6169
h2 {
6270
margin-top: 0;
6371
text-align: center;
6472
font-family: GothamRndMedium;
6573
}
6674

75+
.feature h3 {
76+
font-family: GothamRndMedium;
77+
margin: 0.1em;
78+
}
79+
6780
label {
6881
font-weight: bold;
6982
}
@@ -97,7 +110,6 @@ input:focus{
97110
.column {
98111
box-sizing: border-box;
99112
flex: 1;
100-
margin-top: 2em;
101113
padding: 2em;
102114
position: relative;
103115
}
@@ -128,12 +140,6 @@ input:focus{
128140
border-right: solid;
129141
}
130142

131-
/* why?
132-
#column1, #column2 {
133-
flex: 3;
134-
}
135-
*/
136-
137143
#pubkey {
138144
margin-bottom: 1em;
139145
}
@@ -177,15 +183,10 @@ input:focus{
177183
}
178184

179185
.feature {
180-
background: #44aaff;
181-
border-radius: 10px;
182-
color: #fff;
183-
display: inline-grid;
184-
height: 20em;
185-
margin: 0.3em;
186-
padding: 0.6em;
187-
text-align: center;
188-
width: 12em;
186+
border-left: solid 2px #18222E;
187+
display: inline-flex;
188+
margin: 1em 0 1em 1em;
189+
padding: 1em 0 0 2em;
189190
}
190191

191192
.feature:hover {
@@ -194,18 +195,23 @@ input:focus{
194195
}
195196

196197
.feature p {
197-
height: 5em;
198198
}
199199

200-
.feature img {
201-
width: 80%;
200+
.feature img.qrcode {
201+
width: 6em;
202202
}
203203

204-
.feature h3 {
205-
margin-block: 0;
206-
height: 2em;
204+
.feature img.logo {
205+
float: left;
206+
padding-right: 0.75em;
207+
width: 1.3em;
207208
}
208209

210+
.featuredetail {
211+
margin-left: 0.8em;
212+
}
213+
214+
209215
.pearslogo {
210216
position: relative;
211217
width: 3em;

0 commit comments

Comments
 (0)