diff --git a/src/css/main.css b/src/css/main.css index 50a1ffa..618f237 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -1162,7 +1162,13 @@ body input:required:valid, body textarea:required:valid { /* ALWAYS END */ /*========== Desktop First Method ========== */ /* Large Devices, Wide Screens */ +@media only screen and (max-width: 1200px) { + /* */ } + /* Medium Devices, Desktops */ +@media only screen and (max-width: 992px) { + /* */ } + /* Small Devices, Tablets */ @media only screen and (max-width: 768px) { /*Disable Animation on Mobile Devices */ @@ -1179,10 +1185,30 @@ body input:required:valid, body textarea:required:valid { animation: none !important; } } /* Extra Small Devices, Phones */ +@media only screen and (max-width: 480px) { + /* */ } + /* Custom, iPhone Retina */ +@media only screen and (max-width: 320px) { + /* */ } + /*========== Mobile First Method ========== */ /* Custom, iPhone Retina */ +@media only screen and (min-width: 320px) { + /* */ } + /* Extra Small Devices, Phones */ +@media only screen and (min-width: 480px) { + /* */ } + /* Small Devices, Tablets */ +@media only screen and (min-width: 768px) { + /* */ } + /* Medium Devices, Desktops */ +@media only screen and (min-width: 992px) { + /* */ } + /* Large Devices, Wide Screens */ +@media only screen and (min-width: 1200px) { + /* */ } diff --git a/src/index.html b/src/index.html index e96da44..e8746dc 100755 --- a/src/index.html +++ b/src/index.html @@ -57,7 +57,7 @@

Status

-

Help us shape the way towards a better, brighter internet. With Status you can interact with the web in new and exciting ways.

+

Status combines a messenger and DApps browser,
which will make Ethereum a part of your everyday life and communication.

@@ -118,7 +118,7 @@

Browse and Interact with Decentralized Applications

-

Decentralized applications will form the foundation of a whole new economy, and change the way we trade and communicate.

Imagine a future where a decentralized world is at your fingertips. Whether it be starting a company, ordering a taxi, renting a holiday home, or investing in your retimement, Status wants to make this possible.

+

A whole new ecosystem is coming, and it will change the way we trade and communicate. With Status this decentralized world is at your fingertips.

Whether it be starting a company, ordering a taxi, renting a holiday home, or investing in your retimement, with Status this will soon be possible.

@@ -184,8 +184,8 @@

Have more meaningful conversations

-

Integrate smart contracts and the benefits of the blockchain into your daily life. -

Send payments to friends directly from within chats.
Without borders, and without fees.

+

Integrate smart contracts and the benefits of the blockchain into your daily comminucation. +

Status offers all the features a traditional messenger provides, adding in the ability to send crytocurrency, smart contracts, and more, diurectly from within chats.

@@ -248,7 +248,7 @@

Say No to Censorship

-

We believe in a free and open internet. We are an open source project bringing back the transparent ideals the internet was founded upon.

+

We believe in a free and open internet. Status is bringing back the transparent ideals the internet was founded upon.

@@ -260,7 +260,7 @@

Encrypted and Secure

-

Guard your communication from prying eyes and malicious institutions with our military grade open source, end-to-end encryption.

+

Guard your communication from prying eyes and malicious institutions with our military grade end-to-end encryption.

@@ -272,7 +272,7 @@

Enter a bold new world, resistant to corruption.

-

Status combines the next generation of browser, with an open messenging platform. Enabling natural communication with autonomous entities and humans alike.

+

Status combines the next generation of browser, with an open messenging platform. This enables safe, free and open communication with humans and DApps alike.