fix(core): update

This commit is contained in:
Philipp Kunz 2024-01-22 17:32:58 +01:00
parent 64f5bee801
commit 2cc7eb1ead
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-catalog',
version: '1.0.265',
version: '1.0.266',
description: 'website for lossless.com'
}

View File

@ -42,6 +42,8 @@ export class DeesSimpleLogin extends DeesElement {
align-items: center; /* aligns vertically */
width: 100%;
height: 100%;
top: 0px;
left: 0px;
}
.login {
min-width: 320px;