explorer/src/pages/Blockchain/components/LatestBlocks/LatestBlocks.module.scss
2024-09-18 16:51:45 +07:00

17 lines
No EOL
291 B
SCSS

.blockchain__latest_blocks {
background-color: #234ee21a;
border-radius: 10px;
overflow: hidden;
h3 {
padding: 18px 20px;
}
@media screen and (max-width: 761px) {
overflow-x: auto;
> :last-child {
width: 850px;
}
}
}