style: flipping cards as background

This commit is contained in:
Riccardo
2023-12-17 11:30:52 +01:00
parent d0028457ef
commit 06036b531c
9 changed files with 105 additions and 78 deletions

View File

@@ -434,7 +434,7 @@ export default function Privacy() {
title='Privacy Policy'
description='Last updated: December 03, 2023'
content={body}
style='w-2/3 overflow-auto h-[90vh]'
style='w-2/3 h-[90vh]'
/>
);
}