diff --git a/content/header/_index.md b/content/header/_index.md
index 1057111..5ca3679 100644
--- a/content/header/_index.md
+++ b/content/header/_index.md
@@ -17,7 +17,7 @@ extra:
-#### [The Internot](apage)
+#### [The Internot](/apage)
Whats wrong with the [internet](/apage)
diff --git a/content/join-us/_index.md b/content/join-us/_index.md
index fcbfc1e..a722af4 100644
--- a/content/join-us/_index.md
+++ b/content/join-us/_index.md
@@ -10,7 +10,7 @@ insert_anchor_links: "left"
-Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people. Anyone is invited to build solutions (experiences on top). OurWorld can provide the alternative to the current too centralized, unsustainable and abused internet. Let's go back to what the internet was supposed to be.
+Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people. Anyone is invited to build solutions and experiences. OurWorld can provide the alternative to the current too centralized, unsustainable and abused internet.
[Explore areas of creation](https://)
diff --git a/css/index.css b/css/index.css
index 21f5f8b..bd53cb2 100644
--- a/css/index.css
+++ b/css/index.css
@@ -29,7 +29,7 @@ img[src*="#medium"] {
}
img[src*="#logo"] {
- max-width: 260px;
+ max-width: min(250px, 100%);
margin: auto;
}
diff --git a/tailwind.config.js b/tailwind.config.js
index 175a7ba..0f02894 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -26,7 +26,14 @@ module.exports = {
'800': '#000088',
'900': '#000066',
},
+
},
+ extend: {
+ screens: {
+ '2xl': '1450px',
+ // => @media (min-width: 992px) { ... }
+ },
+ },
},
variants: {},
plugins: [], // if we add forms, do it here
diff --git a/templates/_default/base.html b/templates/_default/base.html
index 1e70b5d..8c05b07 100644
--- a/templates/_default/base.html
+++ b/templates/_default/base.html
@@ -6,9 +6,11 @@