new card types, style changes, image preloading etc etc
diff --git a/styles/globals.module.css b/styles/globals.module.css
index 944f797..bdd52e8 100644
--- a/styles/globals.module.css
+++ b/styles/globals.module.css
@@ -5,7 +5,7 @@
height: calc(100vh - 42px);
width: 100%;
border-radius: 25px;
- box-shadow: 0 0 0 100px var(--theme-ui-colors-borders);
+ box-shadow: 0 0 0 1000px var(--theme-ui-colors-borders);
transition: 0.3s ease-in-out;
pointer-events: none;
background: transparent;
@@ -18,4 +18,13 @@
.container, .container * {
transform: rotateY(0);
-webkit-transform: rotateY(0);
+}
+
+.centeredSubBar {
+ display: flex;
+ flex-direction: row;
+ justify-content: center;
+ align-items: center;
+ width: 100%;
+ height: 100%;
}
\ No newline at end of file