Little tweaks

This commit is contained in:
Sasha Koshka 2022-10-08 21:06:39 -04:00
parent d5959e1aaf
commit 890ffba363
2 changed files with 7 additions and 7 deletions

View File

@ -37,10 +37,10 @@ for the JavaScript code in this page.
<nav>
<div class=buttonListWrap>
<ul class=buttonList>
<li><a href="/">tebibyte</a></li>
<li><a href="/">TiBM</a></li>
<li><a href="/">dashboard</a></li>
<li><a href="/">profile</a></li>
<li><a href="/">notifications</a></li>
<li><a href="/">notifications (17)</a></li>
</ul>
</div>
@ -49,8 +49,8 @@ for the JavaScript code in this page.
<li><a href="/">code</a></li>
<li><a href="/">history</a></li>
<li><a href="/">tags</a></li>
<li><a href="/">issues</a></li>
<li><a href="/">pull requests</a></li>
<li><a href="/">issues (17)</a></li>
<li><a href="/">pulls (17)</a></li>
<li><a href="/">projects</a></li>
<li><a href="/">releases</a></li>
<li><a href="/">settings</a></li>

View File

@ -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;