Skip to content

Commit 891fc27

Browse files
authored
Merge pull request #96 from bayan-alkhatib/fix/text-overflow
Fix/text overflow bug in the home page
2 parents 9dede4f + c5f050e commit 891fc27

File tree

2 files changed

+16428
-16171
lines changed

2 files changed

+16428
-16171
lines changed

components/LastUpdated.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div v-if="lastUpdated" class="flex justify-end mr-24 pt-5">
2+
<div v-if="lastUpdated" class="flex justify-end pt-5 ml-8 mr-8 md:mr-12 lg:mr-20 2xl:mr-28 ">
33
<p class="opacity-50">
44
{{ lastUpdated }}
55
</p>

0 commit comments

Comments
 (0)