Create wz_mini_web.css

css part
This commit is contained in:
virmaior 2022-07-13 21:02:32 +09:00 committed by GitHub
parent 68b0e2092e
commit df22da013b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
.ii_info_line {
font-weight:bold;
}
.ii {
width:100%;
position:relative;
display:flex;
}
.ii_key_DIV {
flex:0 0 40vw;
font-weight:bold;
}
.ii_value_DIV {
flex: 0 0 40vw;
text-align:right;
}
.ii_value {
width:75%;
}