Skip to content

Commit c57b714

Browse files
committed
Upd mobile view
1 parent 9bc561a commit c57b714

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

css/main.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,11 @@ section {
341341

342342
header img.logo {
343343
width: 40%;
344+
max-width: 200px;
345+
}
346+
347+
header .wrapper {
348+
padding-bottom: 20px;
344349
}
345350

346351
header .links {
@@ -352,6 +357,18 @@ section {
352357
text-align: center;
353358
}
354359

360+
header a.cta {
361+
width: 100%;
362+
max-width: 350px;
363+
margin: 7px 0;
364+
padding: 23px 0;
365+
text-align: center;
366+
}
367+
368+
header p {
369+
padding-bottom: 60px;
370+
}
371+
355372
header .links a.link {
356373
display: block;
357374
border-bottom: 1px solid rgba(255, 255, 255, .1);

0 commit comments

Comments
 (0)