We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d238e6f commit f585543Copy full SHA for f585543
public/images/dhruv.jpeg
588 KB
src/App.svelte
@@ -40,12 +40,11 @@
40
},
41
{
42
name: "Dhruv Gupta",
43
- description: "description",
+ description: "sozai is the best ui framework",
44
title: "Project Coordinator",
45
- image: "./images/html.png",
46
- github: "https://bitly.com/98K8eH",
47
- // mail: '',
48
- // website: '',
+ image: "./images/dhruv.jpeg",
+ github: "https://github.com/dgupt4",
+ mail: "dhruviegupta@gmail.com",
49
50
];
51
</script>
src/Officer.svelte
@@ -62,7 +62,7 @@
62
}
63
64
span {
65
- font-size: 30px;
+ /* font-size: 30px; */
66
color: black;
67
68
span:hover {
@@ -72,4 +72,9 @@
72
i:before {
73
text-decoration: none !important;
74
75
+
76
+ :global(svg) {
77
+ height: 30px;
78
+ width: 30px;
79
+ }
80
</style>
typescript.png
-18.1 KB
0 commit comments