Skip to content

Commit 40f17d1

Browse files
committed
fix about page alignment
1 parent 6911c44 commit 40f17d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/About.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<template>
22
<div class="content">
33
<!-- ====== Team Section Start -->
4-
<section class="w-full pt-20 lg:pt-[120px] pb-10 lg:pb-20">
5-
<div class="container w-full ml-8">
4+
<section class="w-full pt-20 lg:pt-[120px] pb-10 lg:pb-20 flex justify-center">
5+
<div class="container w-full">
66
<div class="w-full flex flex-wrap">
77
<div class="w-full px-4">
88
<div class="text-center mx-auto mb-[60px] ">

0 commit comments

Comments
 (0)