vuejs / events

Source code for the new Vue.js Events page
https://events.vuejs.org
251 stars 89 forks source link

Fix icon size #107

Closed TheJaredWilcurt closed 4 years ago

TheJaredWilcurt commented 4 years ago

Fixes #99

.content is not in the DOM on this page.

Had to increase specificity of the selector because it was competing with

.theme-default-content:not(.custom) img {
    max-width: 100%;
}

Selector used is simplest/lowest specificity possible without having to rewrite other styles.

Did not run locally.