ol li{display:grid;gap:0.25em;grid-template-columns:auto 1fr;}
ol li::before{content:counters(i,'.')'.';counter-increment:i;}
ol li>ol{grid-column:2;}
+ .full-width{width:100%;}
.warning::before{content:'\0026a0\00FE0F';}
- #hash{max-width:39rem;width:100vw;}
+ #hash{max-width:40rem;width:80vw;}
#work{width:10rem;}
</style>
</head>
<hr />
<h3>Work Validation Tool</h3>
<div>
- <div>
+ <div class="full-width">
<label for="hash" class="hex">Block Hash</label>
<div class="hex"><input id="hash" type="text" /></div>
</div>