1
0
This commit is contained in:
2024-04-21 16:44:03 +09:00
parent 2fc8f72889
commit 1e93c304b7
17 changed files with 134 additions and 31 deletions

View File

@ -57,7 +57,11 @@ footer#footer a {
}
.containerx p img {
width: 100%;
padding:20px 0;
width:300px;
text-align: center;
margin: auto;
display: block;
}
.highlight {
@ -356,9 +360,17 @@ header#header {
margin:0 auto;
text-align: center;
}
.top-card p img {
width:80px;
padding:1px;
display: inline;
}
.top-item p img {
width:100%;
padding:1px;
display: inline;
}
@media screen and (max-width:1000px) {

BIN
static/og.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB