diff --git a/_src/_assets/styles/_page-features.scss b/_src/_assets/styles/_page-features.scss index b78136a..ae724e5 100644 --- a/_src/_assets/styles/_page-features.scss +++ b/_src/_assets/styles/_page-features.scss @@ -1,13 +1,3 @@ - -.table--comparison { - .icon-check { - width: 1rem; - height: 1rem; - margin: auto; - display: block; - } -} - .feature { display: flex; margin-bottom: $spacer; @@ -75,8 +65,30 @@ } } -.section-comparison { +.table--comparison { + td { + text-align: center; + } + + tbody td:first-child { + text-align: left; + } + .icon-check { - stroke-width: 2; + width: 1rem; + height: 1rem; + margin: auto; + display: block; + stroke-width: 3; + stroke: #fff; + } + + a { + display: inline-block; + box-shadow: none; + + .icon-check { + stroke: $brand-primary; + } } } diff --git a/_src/_includes/table-comparison.html b/_src/_includes/table-comparison.html index cc56539..1e50996 100644 --- a/_src/_includes/table-comparison.html +++ b/_src/_includes/table-comparison.html @@ -13,19 +13,35 @@