Progress sync, sample text on home page

This commit is contained in:
2025-07-06 02:13:19 -04:00
parent 0c4e89dc9a
commit 9d4ed47c63
3 changed files with 16 additions and 2 deletions

View File

@ -3,7 +3,7 @@
--border-radius: 40%;
}
.border-round-2 {
--border-radius: 75%;
--border-radius: 85%;
}
.border-round-tl {
border-top-left-radius: var(--border-radius);
@ -91,4 +91,7 @@
.home-grid-container {
padding: 0;
}
.home-grid {
}
}