website
Diffstat (limited to 'components/screenshotlist.js')
| -rw-r--r-- | components/screenshotlist.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/components/screenshotlist.js b/components/screenshotlist.js index 2325e12..05ce283 100644 --- a/components/screenshotlist.js +++ b/components/screenshotlist.js @@ -14,13 +14,6 @@ customElements.define( const style = ` .screenshot { max-width: 350px; - display: inline-block; - transition: var(--transition-length) var(--ease) all; - margin: 0 10px; - } - - .screenshot:hover { - transform: scale(1.09); } .screenshot_list { |