Skip to content

Commit 9ee4687

Browse files
committed
Apply prettier formatting to Bounty styles
1 parent 8194613 commit 9ee4687

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

styles/Bounty.module.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646

4747
.bountyCard {
4848
transition: all 0.3s ease;
49+
box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
4950
border: 2px solid transparent;
5051
border-radius: 16px;
5152
background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(240, 147, 251, 0.1));
52-
box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
5353
height: 100%;
5454
overflow: hidden;
5555

@@ -76,11 +76,11 @@
7676

7777
.iframeContainer {
7878
position: relative;
79-
width: 100%;
80-
padding-bottom: 75%; // 4:3 aspect ratio
81-
overflow: hidden;
8279
border-radius: 12px;
8380
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
81+
padding-bottom: 75%; // 4:3 aspect ratio
82+
width: 100%;
83+
overflow: hidden;
8484
}
8585

8686
.bountyIframe {

0 commit comments

Comments
 (0)