1
0
This commit is contained in:
2024-04-10 00:51:56 +09:00
parent fa63803bce
commit 8374e71f5f
10 changed files with 90 additions and 30 deletions

View File

@ -208,8 +208,9 @@ pre > code {
}
h2 {
font-size: 20px;
line-height: 2rem;
padding-bottom:2rem;
padding:2rem 0;
}
span.tag {
@ -385,10 +386,11 @@ header#header {
.vrm iframe {
width:100%;
}
button.tag {
display:none;
}
}
.nav {
display: -ms-flexbox;
display: flex;
@ -1151,3 +1153,8 @@ a.li-link-left {
padding-right: 20px;
}
button.tag {
float: right;
border:none;
background-color: #f1f1f1;
}