File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div
3- class =" upsell-container group cursor-pointer border-neutral-700 bg-neutral-900 md:border-b"
3+ class =" upsell-container group cursor-pointer overflow-hidden rounded-3xl border-neutral-700 bg-neutral-900 max-md:mb-12 max-md:border md:rounded-none md:border-b"
44 @click =" link?.click()"
55 >
66 <div
7- class =" bg-linear-to-r min-h-25 flex w-full flex-col gap-2 from-neutral-900 via-neutral-900 to-neutral-950/50 md:p-8"
7+ class =" bg-linear-to-r min-h-25 flex w-full flex-col gap-2 from-neutral-900 via-neutral-900 via-40% to-neutral-950/50 p-4 md:p-8"
88 >
99 <h2 >The game-hosting industry builds on Blueprint</h2 >
1010 <p >
2626<style scoped>
2727.upsell-container {
2828 background : url (/img/infoblur_alt.jpeg ) no-repeat ;
29- background-size : 50 % ;
30- background-position : center right ;
29+ background-size : cover ;
30+ background-position : right ;
3131}
3232 </style >
3333
You can’t perform that action at this time.
0 commit comments