Skip to content

Commit 380d588

Browse files
committed
style: optimize logo images position
1 parent a667d56 commit 380d588

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/views/Examples.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,9 @@ export default {
319319
<style scoped>
320320
.img-container {
321321
display: flex;
322-
padding: 40px 20px;
322+
padding: 20px;
323+
width: 280px;
324+
height: 140px;
323325
}
324326
.logo-img {
325327
width: 45%;

0 commit comments

Comments
 (0)