+

@@ -42,11 +42,11 @@ export default {

-
Company
+
-
+
\ No newline at end of file
diff --git a/17th Website/tailwind.config.js b/17th Website/tailwind.config.js
index 34c67af..660de61 100644
--- a/17th Website/tailwind.config.js
+++ b/17th Website/tailwind.config.js
@@ -6,29 +6,31 @@ module.exports = {
],
darkMode: true,
theme: {
- colors: {
- 'transparent' : 'transparent',
- 'white': '#EDF2F4',
- 'blue': '#01bde7',
- 'gray-dark': '#1C1C21',
- 'gray-light': '#272731'
+ extend: {
+ colors: {
+ 'transparent': 'transparent',
+ 'white': '#EDF2F4',
+ 'blue': '#01bde7',
+ 'gray-dark': '#1C1C21',
+ 'gray-light': '#272731'
+ },
+ screens: {
+ 'sm': '640px',
+
+ 'md': '768px',
+
+ 'lg': '1024px',
+
+ 'xl': '1376px',
+
+ '2xl': '1536px',
+ },
+ minWidth: {
+ 'formWidth': '768px',
+ },
},
- screens: {
- 'sm': '640px',
- 'md': '768px',
-
- 'lg': '1024px',
-
- 'xl': '1376px',
-
- '2xl': '1536px',
- },
- minWidth: {
- 'formWidth': '768px',
- },
- extend: {},
},
plugins: [],
}