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

20 lines
372 B
SCSS
Raw Normal View History

.latest-adjustments {
width: 100%;
text-align: left;
table-layout:fixed;
2022-05-12 17:05:31 +02:00
tr, th {
border: 0px;
2022-05-12 17:05:31 +02:00
padding-top: 0.65rem !important;
padding-bottom: 0.7rem !important;
}
td {
2022-05-12 17:05:31 +02:00
border: 0px;
padding-top: 0.71rem !important;
padding-bottom: 0.75rem !important;
width: 25%;
@media (max-width: 376px) {
padding: 0.85rem;
}
}
}