diff --git a/index.html b/index.html index c263e8c..57eed61 100644 --- a/index.html +++ b/index.html @@ -138,7 +138,7 @@

-
+
@@ -191,9 +191,6 @@

30% Increase in revenue

- - -
@@ -217,9 +214,6 @@

30% Increase in revenue

- - -
@@ -236,9 +230,6 @@

30% Increase in revenue

- - - diff --git a/tailwind.config.js b/tailwind.config.js index dfa57df..d5b7dee 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -7,18 +7,10 @@ module.exports = { darkMode: "media", safelist: ["isToggled"], theme: { - fontFamily: { - sans: ['Geist', 'Inter', ...defaultTheme.fontFamily.sans], - mono : ['GeistMono', 'fira-code', ...defaultTheme.fontFamily.mono], - }, - keyframes: { - loop: { - to: { - "offset-distance": "100%", - }, - }, + fontFamily: { + sans: ['Geist', 'Inter', ...defaultTheme.fontFamily.sans], + mono : ['GeistMono', 'fira-code', ...defaultTheme.fontFamily.mono], }, - extend: { colors: ({ colors }) => ({ primary : colors.blue,