Add post list

This commit is contained in:
Tyler Perkins
2023-07-15 20:59:44 -04:00
parent fb64b9802f
commit 21d70b4a8a
9 changed files with 181 additions and 26 deletions

View File

@@ -8,6 +8,7 @@
border-bottom: 5px;
overflow: hidden;
z-index: 1000;
-ms-overflow-style: none;
scrollbar-width: none;
@@ -26,11 +27,6 @@
text-align: center;
padding: 10px 10px;
text-decoration: underline 0.1em rgba(255,255,255,0);
transition: text-decoration 300ms;
}
.navbar a:hover {
text-decoration: underline 0.1em rgba(255,255,255,1);
}
.navbar-right {