diff --git a/site/.vuepress/theme/components/TagGrid.vue b/site/.vuepress/theme/components/TagGrid.vue index f1077c84..c51469db 100644 --- a/site/.vuepress/theme/components/TagGrid.vue +++ b/site/.vuepress/theme/components/TagGrid.vue @@ -6,11 +6,12 @@ v-for="(tagGroup, index) in strategy" :key="index" > -
  • {{ tag.name }}
  • + > + {{ tag.name }} +
    @@ -19,11 +20,12 @@ v-for="(tagGroup, index) in design" :key="index" > -
  • {{ tag.name }}
  • + > + {{ tag.name }} +
    @@ -32,11 +34,12 @@ v-for="(tagGroup, index) in development" :key="index" > -
  • {{ tag.name }}
  • + > + {{ tag.name }} +
    @@ -45,11 +48,12 @@ v-for="(tagGroup, index) in industry" :key="index" > -
  • {{ tag.name }}
  • + > + {{ tag.name }} +
    @@ -58,11 +62,12 @@ v-for="(tagGroup, index) in technology" :key="index" > -
  • {{ tag.name }}
  • + > + {{ tag.name }} +
    @@ -72,11 +77,12 @@ v-for="(tagGroup, index) in other" :key="index" > -
  • {{ tag.name }}
  • + > + {{ tag.name }} + @@ -180,21 +186,20 @@ export default { line-height inherit ol, ul list-style none - padding 0em .5em - a - text-decoration none - border-bottom solid 1px $borderColor - :hover - color $tandemPink - transition all .2s + padding 0 .5em li - border-bottom solid 1px $borderColor margin 1.5em 2em + border-bottom solid 1px $borderColor + a + font-family "AvenirNext", "Helvetica Neue", Arial, sans-serif font-weight 300 font-size 1.13rem letter-spacing -1.44px - font-family "AvenirNext", "Helvetica Neue", Arial, sans-serif color $middleGrey + text-decoration none + &:hover + color $tandemPink + transition all .2s &.tag-third width 32% padding-bottom 1em diff --git a/site/.vuepress/theme/layouts/About.vue b/site/.vuepress/theme/layouts/About.vue index 66e14b63..99feb4d2 100644 --- a/site/.vuepress/theme/layouts/About.vue +++ b/site/.vuepress/theme/layouts/About.vue @@ -171,7 +171,6 @@ export default { font-weight 300 font-size 1.33rem letter-spacing -1.04px - white-space: break-spaces &.important padding 7em 0 border-bottom 1px solid $borderColor @@ -182,8 +181,6 @@ export default { p &.custom-block-title font-size 3.64em - letter-spacing -0.0265em - line-height 1.265 font-family GalaxieCopernicus, PT Serif, serif @media (max-width: $MQMobile) font-size 2.1em