1
0
This commit is contained in:
2024-04-21 16:44:03 +09:00
parent 2fc8f72889
commit 377b84b858
2166 changed files with 353 additions and 372911 deletions

11
static/css/blog.css Normal file
View File

@ -0,0 +1,11 @@
.containerx {
padding: 0 250px;
width: auto;
}
@media screen and (max-width:1000px) {
.containerx {
padding: 0;
}
}