Update index.html

This commit is contained in:
Ashley Graves 2024-05-26 18:21:15 +02:00
parent d45aedc71f
commit adc6dc7a7d

View file

@ -20,6 +20,10 @@
justify-content: center; justify-content: center;
min-height: calc(100vh - calc(var(--universal-padding) * 2)); min-height: calc(100vh - calc(var(--universal-padding) * 2));
} }
.card {
width: auto !important;
}
</style> </style>
</head> </head>