Skip to content

Commit ae54fb4

Browse files
authored
Merge pull request #96 from GPT-DAO/sf64
sf64-auto deploy test
2 parents 2a8708f + 7fa1dcc commit ae54fb4

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

summit/src/page/Index.vue

+15-2
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
<div class="t2">
292292
GenAI Summit
293293
</div>
294-
<div class="t3">
294+
<div class="t4">
295295
Be a part of this grand event where every conversation, demonstration, and interaction open a window to the future. Whether you’re looking to invest, innovate, or ignite your career in AI, GenAI Summit 2024 is where you’ll want to be.
296296
<br>
297297
<br>
@@ -784,7 +784,7 @@ section {
784784
.t1 {
785785
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
786786
font-weight: 400;
787-
font-size: 0.259rem;
787+
font-size: 0.32rem;
788788
color: #ffffff;
789789
line-height: 0.37rem;
790790
text-align: left;
@@ -819,6 +819,19 @@ section {
819819
max-width: 700px;
820820
margin-top: 0.3rem;
821821
}
822+
.t4 {
823+
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
824+
font-weight: 400;
825+
font-size: 0.319rem;
826+
color: #ffffff;
827+
line-height: 0.5rem;
828+
text-align: left;
829+
font-style: normal;
830+
text-transform: none;
831+
width: 100%;
832+
max-width: 700px;
833+
margin-top: 0.3rem;
834+
}
822835
}
823836
.cointainer {
824837
width: 100%;

0 commit comments

Comments
 (0)