online v1

This commit is contained in:
2026-03-03 13:17:38 +01:00
parent 318c05d2de
commit 3aec3e58d6
24 changed files with 1542 additions and 33 deletions

View File

@@ -59,7 +59,7 @@
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
@@ -403,8 +403,8 @@ body {
}
.cursor-icon {
width: 60px;
height: 60px;
width: 56px;
height: 56px;
object-fit: contain;
transition: opacity 0.3s ease;
opacity: 1 !important;
@@ -990,7 +990,6 @@ body {
.pricing-card ul {
list-style: none;
text-align: left;
}
.pricing-card li {
@@ -1101,8 +1100,8 @@ body {
}
.cursor-icon {
width: 28px;
height: 28px;
width: 26px;
height: 26px;
}
}