Add project page

This commit is contained in:
2022-10-07 23:03:39 +02:00
parent 85acc1bdac
commit f30332bc5e
16 changed files with 1677 additions and 36 deletions

View File

@ -18,6 +18,6 @@
font-weight: bold;
}
.description {
}
/* .description {
} */

View File

View File

@ -1,16 +1,3 @@
.container {
header {
position: sticky;
top: 10px;
}
main {
max-width: 900px;
margin: 0 auto;
}
}
.contentList {
display: flex;
flex-wrap: wrap;

View File

@ -17,3 +17,15 @@ body {
margin: 0;
padding: 0;
}
#blogBody {
header {
position: sticky;
top: 10px;
}
main {
max-width: 900px;
margin: 0 auto;
}
}