From e4717111bb9b02a29c6175c5f4c203abab1dc2ab Mon Sep 17 00:00:00 2001 From: Luke Glasscock <luke.glasscock@ascellatech.com> Date: Tue, 12 Jan 2021 19:18:40 -0700 Subject: [PATCH] Make additional changes --- src/views/Home.vue | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index 1ed1099e..eae264aa 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -11,10 +11,11 @@ <h2 class="my-4 mt-sm-8 px-0">JOIN OUR VIRTUAL IMMERSION DAY!</h2> <p class="text-center"> This event is - <b - >designed to give potential P1 customers the basics: team, structure, - how P1 works, and how to get involved.</b - > + <span style="font-weight: 600"> + designed to give potential P1 customers the basics: + <br /> + team, structure, how P1 works, and how to get involved. + </span> </p> </div> <v-container class="px-8 mb-4"> @@ -26,9 +27,11 @@ alt="immersion day graphics" /> </div> - <div class="col-md-6 px-16"> + <div class="col-md-6 pl-md-16"> <p> - <b>In January's upcoming Immersion Day agenda, you can expect:</b> + <span style="font-weight: 600" + >In January's upcoming Immersion Day agenda, you can expect:</span + > </p> <ul> <li> @@ -45,8 +48,10 @@ </li> </ul> <p class="mt-8"> - The next Immersion Day will take place on <b>January 22, 2021</b>. - Don't miss this opportunity! + The next Immersion Day will take place on + <span style="font-weight: 600" + >January 22, 2021 at 10:00 AM EST</span + >. Don't miss this opportunity! </p> <v-btn class="mt-8" -- GitLab