update
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ body {
|
||||
overflow-x: clip;
|
||||
max-width: 100vw;
|
||||
min-height: 100vh;
|
||||
text-transform: capitalize;
|
||||
text-transform: none;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
@@ -179,7 +179,7 @@ h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--mont);
|
||||
text-transform: capitalize;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.odometer {
|
||||
|
||||
Reference in New Issue
Block a user