Skip to content

Commit

Permalink
Slightly restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyNTH committed Oct 27, 2024
1 parent 637788d commit 3f02d55
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions pages/society/[slug]/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{{ society.name }}
</h1>
</div>
<div class="lg:col-start-1 lg:col-span-3 lg:row-start-2">
<div class="lg:col-start-1 lg:col-span-3 lg:row-start-2 rounded">
<div
v-if="!bannerProductions.length"
class="flex items-center bg-black bg-opacity-40"
Expand Down Expand Up @@ -78,13 +78,13 @@
/>
</div>
<div
class="flex justify-center w-full lg:w-3/4 p-4 bg-sta-gray-light"
class="flex justify-center w-full lg:w-3/4 p-4 bg-sta-gray-light rounded-lg"
>
<div>
<h2 class="text-sta-orange text-3xl font-semibold">
Society Info:
</h2>
<table class="table-auto">
<table class="table-auto mt-2">
<tbody>
<tr>
<th class="align-top pb-2 pr-2">Website:</th>
Expand Down
12 changes: 7 additions & 5 deletions pages/venue/[slug]/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{{ venue.name }}
</h1>
</div>
<div class="lg:col-start-1 lg:col-span-3 lg:row-start-2">
<div class="lg:col-start-1 lg:col-span-3 lg:row-start-2 rounded">
<div
v-if="!bannerProductions.length"
class="flex items-center bg-black bg-opacity-40"
Expand Down Expand Up @@ -62,8 +62,10 @@
class="lg:col-start-4 lg:col-span-2 lg:row-start-2 lg:row-span-2 lg:sticky lg:top-4"
>
<!-- Banner Information Section -->
<div class="flex flex-col flex-wrap items-center justify-center">
<div class="flex justify-center w-full p-4 bg-sta-gray-light">
<div
class="flex flex-col flex-wrap items-center justify-center bg-sta-gray-light rounded-lg"
>
<div class="flex justify-center w-full px-4 pt-4 pb-2">
<div>
<h2 class="text-sta-orange text-3xl font-semibold">
Venue Info:
Expand Down Expand Up @@ -109,7 +111,7 @@
v-if="
venue.address && venue.address.latitude && venue.address.longitude
"
class="flex justify-center w-full h-96"
class="flex justify-center w-full h-96 py-2"
>
<UiMap
v-if="venue !== null"
Expand All @@ -118,7 +120,7 @@
@initalised="initMap"
/>
</div>
<div class="flex justify-center w-full p-4 bg-sta-gray-light">
<div class="flex justify-center w-full px-4 pt-2 pb-4">
<div ref="accessibilityInfo">
<h2 class="text-sta-orange text-3xl font-semibold">
Accessibility Info:
Expand Down

0 comments on commit 3f02d55

Please sign in to comment.