Add categories

This commit is contained in:
2026-02-06 22:15:19 +00:00
parent e6ee67a46f
commit 26c09eadd2

View File

@@ -28,6 +28,7 @@ footer{
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: 10vh; height: 10vh;
clear: both;
} }
#logo-container{ #logo-container{
@@ -284,13 +285,14 @@ pre{
} }
#links-main{ #links-main{
padding: 20px 10px 0 10px; padding: 20px 10px 20px 10px;
min-height: 65vh; min-height: 65vh;
} }
.link { .link {
border-top: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;
clear: both; clear: both;
overflow: hidden;
} }
.link>img { .link>img {
@@ -306,4 +308,9 @@ pre{
.category { .category {
padding-top: 10px; padding-top: 10px;
border-bottom: 1px solid #e5e5e5;
}
.category>h3 {
margin-bottom: 10px;
} }