diff --git a/_includes/svg/outer-link.svg b/_includes/svg/outer-link.svg index b1fd1a54e9..d8602b8917 100644 --- a/_includes/svg/outer-link.svg +++ b/_includes/svg/outer-link.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/_sass/components/_toolkit.scss b/_sass/components/_toolkit.scss index 2e9832c1c5..a5dc4f8eda 100644 --- a/_sass/components/_toolkit.scss +++ b/_sass/components/_toolkit.scss @@ -116,9 +116,9 @@ justify-content: center; } -.outer-link { - width: 1.5rem; -} +// .outer-link { +// width: 1.5rem; +// } .toolkit-flex-item.section-container { position: relative; @@ -127,6 +127,10 @@ height: auto; margin: 1.2rem 1rem; overflow: hidden; + + a { + width: 1.5rem; + } } .toolkit-flex-item-img-container { @@ -163,9 +167,9 @@ width: 100%; } -.not-clickable { - color: black !important; -} +// .not-clickable { +// color: black !important; +// } .toolkit-flex-item-status { position: absolute; diff --git a/pages/toolkit.html b/pages/toolkit.html index c84bb5bce2..96950c16cd 100644 --- a/pages/toolkit.html +++ b/pages/toolkit.html @@ -93,7 +93,7 @@

Our Toolkit

{{ item.title }}

{{ item.description }}

- + {% include {{ item.link-svg }} %}