accomadesc 0.2.7 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -99,6 +99,8 @@
99
99
 
100
100
  <style>
101
101
  .calendar-wrapper {
102
+ display: flex;
103
+ justify-content: center;
102
104
  min-width: 210px;
103
105
  max-width: 110rem;
104
106
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "accomadesc",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run package",