This commit is contained in:
Iliyan Angelov
2025-10-10 02:01:46 +03:00
parent dd8eb1c7aa
commit f962401565
36 changed files with 2560 additions and 659 deletions

View File

@@ -14,7 +14,7 @@ html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
scroll-behavior: smooth;
scroll-behavior: auto;
}
body {
@@ -480,7 +480,7 @@ a {
.btn {
border-radius: 8px;
font-weight: 600;
text-transform: uppercase;
text-transform: none;
letter-spacing: 0.5px;
transition: all 0.3s ease;
@@ -662,7 +662,7 @@ a {
border-radius: 6px;
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
text-transform: none;
letter-spacing: 0.5px;
padding: 8px 16px;
transition: all 0.3s ease;
@@ -708,7 +708,7 @@ a {
.btn {
border-radius: 8px;
font-weight: 600;
text-transform: uppercase;
text-transform: none;
letter-spacing: 0.5px;
transition: all 0.3s ease;