Skip to content

Commit 969dfaa

Browse files
committed
style: adjust layout spacing
1 parent f2b1b40 commit 969dfaa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.vitepress/theme/custom.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,9 @@
271271
======================================== */
272272
.custom-section {
273273
position: relative;
274-
overflow: hidden;
275274
max-width: 1152px;
276275
margin: 0 auto 100px ;
277-
padding: 0 24px;
276+
padding: 0 24px 60px;
278277
}
279278

280279
.custom-section h2 {
@@ -291,8 +290,9 @@
291290
border: 0;
292291
}
293292

294-
.VPImage{
295-
width: 100%;
293+
.logo{
294+
width: auto;
295+
height: 80% !important;
296296
}
297297

298298
.benefits {

0 commit comments

Comments
 (0)