diff --git a/src/components/form.jsx b/src/components/form.jsx index e74ab80e..d0be534e 100644 --- a/src/components/form.jsx +++ b/src/components/form.jsx @@ -68,16 +68,16 @@ const Form = () => { }, [userInput]); return ( -
+
-

+

Start by entering a slang, {" "} and our dictionary will spit out an abbreviation.{" "}

-

+

*For now, abbreviations are one-way. For example, Idk can only translate to 'I don't know', and not the other way round.

@@ -122,16 +122,16 @@ const Form = () => { {isLoading && } {data && ( - <> -
+
+

{data.definition}

-
+

{data.alternatives}

- +
)} {error && ( diff --git a/src/components/hero.jsx b/src/components/hero.jsx index 94844c4e..2418dda4 100644 --- a/src/components/hero.jsx +++ b/src/components/hero.jsx @@ -9,22 +9,30 @@ import Form from "./form"; const Hero = () => { return ( -
-
+
+
-

Writing on the internet

-

is changing. IYKYK

+

+ Writing on the internet +

+

+ is changing. IYKYK +

-

If You Know,

+

+ If You Know, +

-

You Know.

+

+ You Know. +

@@ -41,13 +49,16 @@ const Hero = () => {
-
+
-

- Abbreve (A-bree-vay) is an open - source dictionary for slang.{" "} +

+ + Abbreve (A-bree-vay) + {" "} + is an open source dictionary for{" "} + slang.{" "}

-

+

Curated by the community, for the community.

@@ -65,16 +76,21 @@ const Hero = () => {
-

+

Replying to{" "} - @DunsinWebDev and @njongemy + + @DunsinWebDev and @njongemy +

idk wtf ur on about... ICYMI IMHO RTFM, KISS, SHIT or GTFO.

18:31 . 07 Sep 22 .{" "} - Twitter Web App + + {" "} + Twitter Web App +

@@ -85,7 +101,7 @@ const Hero = () => {
-
+
@@ -120,14 +136,18 @@ const Hero = () => {

18:11 . 07 Sep 22 .{" "} - Twitter for Android + + {" "} + Twitter for Android +

-
-

- Googling in between conversations{" "} - is fast becoming{" "} +
+

+ Googling in between + conversations is{" "} + fast becoming{" "} the new normal.

diff --git a/tailwind.config.cjs b/tailwind.config.cjs index f4d3da1d..d75f0733 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -20,6 +20,14 @@ module.exports = { breeze: 'breeze 8s alternate-reverse infinite', spinner: 'spinner 2s linear infinite', }, + screens: { + sm: '320px', + md: '640px', + xmd: '840px', + lg: '1024px', + xl: '1280px', + _2k: '2000px', + }, extend: { keyframes: { breeze: {