diff --git a/mockups/base.html b/mockups/base.html
index 5952e764..adcd82b9 100644
--- a/mockups/base.html
+++ b/mockups/base.html
@@ -6,13 +6,28 @@
-
-
+
{% block title %}FOSS United{% endblock %}
+
{% block content %}
Lorem ipsum...
{% endblock %}
diff --git a/mockups/static/style.css b/mockups/static/style.css
index a3a1ca12..26321a4f 100644
--- a/mockups/static/style.css
+++ b/mockups/static/style.css
@@ -30,6 +30,10 @@ body {
background: var(--bg);
}
+.navbar-light {
+ border-bottom: 1px solid #E2E6E9;
+}
+
.page-header {
margin-top: 20px;
padding: 20px;