Skip to content

Commit

Permalink
Fix whitespace and remove obsolete classes
Browse files Browse the repository at this point in the history
  • Loading branch information
casperboone authored Dec 3, 2023
1 parent 36e6145 commit bafad89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sites/dwhdelft.nl/pages/resources.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ nl:
class="text-lg lg:text-xl lg:leading-relaxed text-gray-800 mb-4"
v-html="paragraph"
/>
<div class="information-content lg:w-[36rem] xl:w-[44rem] pt-12 pb-20 container mx-auto px-4">
<div class="flex space-x-2 overflow-auto whitespace-no-wrap">
<div class="lg:w-[36rem] xl:w-[44rem] py-12">
<div class="flex space-x-2 overflow-auto whitespace-nowrap">
<div
v-for="faculty in faculties"
:key="faculty.name"
Expand Down

0 comments on commit bafad89

Please sign in to comment.