Removed unused css. Added a robots.txt. Attempt to block iOS from adding invalid telephone link. Added last sync to guest details. Changed DateTimeFormat from en-US to en-GB

This commit is contained in:
Glenn de Haan
2024-04-26 18:33:13 +02:00
parent f68ee13ec0
commit d785edd028
7 changed files with 27 additions and 38 deletions

View File

@@ -1,28 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
.divider {
display: flex;
align-items: center;
text-align: center;
@apply mt-6;
}
/* To show the lines on right
and left sides of the text */
.divider::after,
.divider::before {
content: "";
flex: 1;
@apply border;
}
/* Space on left and right sides of text */
.divider:not(:empty)::before {
margin-right: 1em;
}
.divider:not(:empty)::after {
margin-left: 1em;
}