Make landing page responsive

This commit is contained in:
1ilit
2024-02-20 13:25:44 +02:00
parent f38acf24ee
commit f0f90e3d85
2 changed files with 44 additions and 31 deletions

View File

@@ -105,3 +105,10 @@
.table-border {
border-color: rgba(var(--semi-grey-2), 1);
}
.bg-dots {
background-color: white;
opacity: 0.8;
background-image: radial-gradient(rgb(118, 118, 209) 1px, white 1px);
background-size: 20px 20px;
}