3
0
Fork 0

Random updates

master
Ambrose Chua 2018-09-03 15:27:56 +08:00
parent c18048f303
commit 353efeee92
2 changed files with 8 additions and 5 deletions

View File

@ -12,10 +12,12 @@ date: 2018-06-30T17:53:55+08:00
<section class="home-hero">
<div class="text">
<h1>The new way to communicate</h1>
<h1>Talk. Don't text</h1>
<!-- <a href="/get"><div class="btn">Get the app</div></a> -->
Coming soon
<p><big>
Coming soon. A better and natural way to communicate with your friends and family, with your voice.
</big></p>
</div>
<div class="picture">

View File

@ -39,7 +39,7 @@
.text {
flex: 1;
padding-bottom: 10rem;
padding-bottom: 12rem;
@media screen and (max-width: 40rem) {
padding-bottom: 0;
}
@ -53,8 +53,9 @@
-webkit-background-clip: text;
color: transparent;
font-size: 2.5em;
@media screen and (min-width: 50rem) {
font-size: 3rem;
font-size: 3em;
}
}
@ -62,7 +63,7 @@
flex: 1;
padding-left: 1rem;
@media screen and (max-width: 60rem) {
@media screen and (max-width: 50rem) {
flex: 0;
padding-right: 2rem;
}