We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9dede4f + c5f050e commit 891fc27Copy full SHA for 891fc27
components/LastUpdated.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <div v-if="lastUpdated" class="flex justify-end mr-24 pt-5">
+ <div v-if="lastUpdated" class="flex justify-end pt-5 ml-8 mr-8 md:mr-12 lg:mr-20 2xl:mr-28 ">
3
<p class="opacity-50">
4
{{ lastUpdated }}
5
</p>
0 commit comments