.query { margin: 10px 0; } .query label { display: flex; flex-direction: row; } .query label span { display: inline-block; width: 100px; } .results { margin: 10px 0; display: flex; flex-direction: row; flex-wrap: wrap; } .results .result { width: 250px; color: #333; } .results .result .img { text-align: center; height: 300px; } .results .result img { max-width: 100%; max-height: 300px; } .sha256 { display: inline-block; overflow: hidden; white-space: pre; max-width: 100%; } .results .result { padding: 10px; }