mempool/frontend/src/app/components/difficulty-adjustments-table/difficulty-adjustments-table.component.scss

15 lines
206 B
SCSS
Raw Normal View History

.latest-adjustments {
width: 100%;
text-align: left;
table-layout:fixed;
tr, td, th {
border: 0px;
}
td {
width: 25%;
@media (max-width: 376px) {
padding: 0.85rem;
}
}
}