First draft working

This commit is contained in:
2025-01-04 00:17:15 +00:00
parent 032481d465
commit 3acd2d97c2
10 changed files with 89 additions and 136 deletions

View File

@@ -52,7 +52,6 @@
#top-nav{
float: right;
width: fit-content;
padding-top: 20px;
padding-right: 20px;
}
}

View File

@@ -128,6 +128,7 @@ a{
width: 100%;
text-align: center;
padding-bottom: 30px;
padding-top: 20px
}
#top-nav>a{
@@ -149,4 +150,21 @@ a{
#error{
text-align: center;
}
#project-main{
padding: 0 10px 0 10px;
min-height: 65vh;
}
.project-text{
padding: 10px;
}
.article-category{
text-decoration: none;
}
.article-category:hover{
text-decoration: underline;
}