Skip to content

Commit 0fd3e0b

Browse files
committed
Fix announcement bubble padding
1 parent 95007f1 commit 0fd3e0b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/sections/hacks-announce.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,10 @@ export default {
7272
margin: unset;
7373
color: black;
7474
background: url("../assets/speech-bubble.svg") no-repeat;
75-
background-size: 230px auto;
75+
background-size: contain;
7676
width: 220px;
7777
height: 180px;
78-
padding-left: 15px;
79-
padding-top: 15px;
78+
padding: 15px;
8079
}
8180
}
8281
}

0 commit comments

Comments
 (0)