diff --git a/prototype/index.html b/prototype/index.html
index 51cafe5..43b96fb 100644
--- a/prototype/index.html
+++ b/prototype/index.html
@@ -60,11 +60,18 @@ for the JavaScript code in this page.
diff --git a/prototype/style.css b/prototype/style.css
index da4d15a..86b1760 100644
--- a/prototype/style.css
+++ b/prototype/style.css
@@ -109,6 +109,16 @@ nav {
header {
padding: 0 1rem;
+ display: flex;
+ justify-content: space-between;
+ flex-wrap: wrap;
+ gap: 1rem;
+}
+
+header .buttonList {
+ display: inline;
+ text-align: right;
+ white-space: nowrap;
}
#contentWrap {