diff --git a/layouts/contact/single.html b/layouts/contact/single.html
index c8d1cd9..87b60e3 100644
--- a/layouts/contact/single.html
+++ b/layouts/contact/single.html
@@ -13,23 +13,19 @@
diff --git a/layouts/effective-altruism/single.html b/layouts/effective-altruism/single.html
index 55bbbdb..59073f0 100644
--- a/layouts/effective-altruism/single.html
+++ b/layouts/effective-altruism/single.html
@@ -7,9 +7,7 @@
-
- {{ .Content }}ßß
-
+ {{ .Content }}
{{ partial "footer.html" . }}
diff --git a/static/css/bootstrap.css b/static/css/bootstrap.css
index 047d148..87e5fde 100644
--- a/static/css/bootstrap.css
+++ b/static/css/bootstrap.css
@@ -2486,6 +2486,18 @@ fieldset[disabled] a.btn {
pointer-events: none;
}
+.btn-default {
+ color: #333;
+ background-color: #fff;
+ border-color: #ccc;
+}
+
+.btn-default:hover {
+ color: #333;
+ background-color: #e6e6e6;
+ border-color: #adadad;
+}
+
.btn-primary {
color: #fff;
background-color: #4582EC;
@@ -8817,7 +8829,7 @@ a.text-dark:focus, a.text-dark:hover {
border-width: 1px 0 0 0;
}
-.btn {
+.jumbotron .btn {
border-radius: 17.25px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px;
@@ -8962,4 +8974,4 @@ table-success, table-info, table-warning, table-danger,
.list-group {
font-size: 14px;
-}
\ No newline at end of file
+}
diff --git a/static/css/style.css b/static/css/style.css
index a71273e..d338ba2 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -80,3 +80,36 @@ textarea {
font-size: 0.75em;
line-height: 0.5em;
}
+
+ul.nav {
+ margin-left: auto;
+}
+
+ul.navbar-nav.mr-auto > li:not(:last-child), ul.navbar-nav.mr-auto > div {
+ margin-right: 1em;
+}
+
+.dropdown-menu>li>a {
+ display: block;
+ padding: 8px 20px;
+ clear: both;
+ font-weight: 400;
+ line-height: 1.42857143;
+ color: rgba(0, 0, 0, 0.5);
+ white-space: nowrap;
+}
+
+.dropdown-menu>li>a:hover {
+ color: #343a40;
+ text-decoration: none;
+}
+
+label {
+ display: block;
+ margin-top: 1.5rem;
+}
+
+input[type=submit] {
+ margin-top: 2rem;
+}
+