diff --git a/prototype/index.html b/prototype/index.html
index 86b9bcc..76ec659 100644
--- a/prototype/index.html
+++ b/prototype/index.html
@@ -37,10 +37,10 @@ for the JavaScript code in this page.
@@ -49,8 +49,8 @@ for the JavaScript code in this page.
code
history
tags
- issues
- pull requests
+ issues (17)
+ pulls (17)
projects
releases
settings
diff --git a/prototype/style.css b/prototype/style.css
index fbd1ae0..2a30975 100644
--- a/prototype/style.css
+++ b/prototype/style.css
@@ -101,7 +101,7 @@ nav {
display: inline;
}
-.buttonList li:not(:last-child) a {
+.buttonList li:not(:last-child) {
margin-right: 1em;
}
@@ -113,7 +113,7 @@ header {
padding: 1rem;
}
-@media screen and not (min-width: 66rem) {
+@media screen and not (min-width: 70rem) {
aside {
margin-bottom: 1rem;
}
@@ -144,7 +144,7 @@ header {
}
}
-@media screen and (min-width: 66rem) {
+@media screen and (min-width: 70rem) {
#contentWrap {
display: grid;
grid-gap: 1rem;