
Interactive Touch Screen Smartboard
div { padding: .5rem; } .category-name:first-child, .sub-category-wrapper:first-child { border-top: 1px solid #ccc; } .category-wrapper { width: 100%; } .category-name, .sub-category-wrapper { border-bottom: 1px solid #ccc; } .sub-category-value { display: flex; justify-content: space-around; width: 100%; } .sub-category-value>div { width: 100%; text-align: center; border-right: 1px solid #ccc; word-break:break-word; } .sub-category-value>div:last-child { border-right: none; } .model-name { font-weight: bold; } @media (max-width:768px) { .spec-table { flex-direction: column; } .category-name { font-size: 1.25rem;