This commit is contained in:
rex
2025-11-26 17:43:55 +08:00
parent f7bdb20332
commit f811bd6659
5 changed files with 193 additions and 60 deletions

View File

@@ -1,5 +1,17 @@
html {
height: 100%;
width: 100%;
}
body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
#project-info-img {
width: 64px;
height: 64px;
object-fit: cover;
}
}