File tree 2 files changed +24
-4
lines changed
2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 115
115
transition : color 0.25s ;
116
116
}
117
117
118
- .VPHero .image-src {
119
- width : 240px ;
120
- height : 240px ;
118
+ @media (min-width : 640px ) {
119
+ .VPHero .text {
120
+ font-size : 34px ;
121
+ line-height : 1.14 ;
122
+ }
123
+
124
+ .VPHero .image-src {
125
+ width : 190px ;
126
+ height : 190px ;
127
+ }
128
+ }
129
+
130
+ @media (min-width : 960px ) {
131
+ .VPHero .text {
132
+ font-size : 40px ;
133
+ line-height : 1.14 ;
134
+ }
135
+
136
+ .VPHero .image-src {
137
+ width : 240px ;
138
+ height : 240px ;
139
+ }
121
140
}
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ layout: home
5
5
6
6
hero :
7
7
name : " Electron⚡️Vite"
8
- tagline : Create desktop applications using Electron and Vite
8
+ text : The easiest way to turn a Vite App into an Electron App
9
+ tagline : Full-featured Renderer process support, especially <code>C/C++</code> addons.
9
10
image :
10
11
src : /electron-vite.animate.svg
11
12
alt : electron-vite
You can’t perform that action at this time.
0 commit comments