feat(14): final static main stylig
This commit is contained in:
@@ -567,6 +567,10 @@ video {
|
||||
margin-top: 3.5rem;
|
||||
}
|
||||
|
||||
.mt-6 {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
||||
.block {
|
||||
display: block;
|
||||
}
|
||||
@@ -583,6 +587,10 @@ video {
|
||||
height: 2.5rem;
|
||||
}
|
||||
|
||||
.h-12 {
|
||||
height: 3rem;
|
||||
}
|
||||
|
||||
.h-3\/4 {
|
||||
height: 75%;
|
||||
}
|
||||
@@ -639,6 +647,10 @@ video {
|
||||
width: var(--diameter);
|
||||
}
|
||||
|
||||
.w-full {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.w-screen {
|
||||
width: 100vw;
|
||||
}
|
||||
@@ -703,6 +715,10 @@ video {
|
||||
border-radius: 0.375rem;
|
||||
}
|
||||
|
||||
.rounded-xl {
|
||||
border-radius: 0.75rem;
|
||||
}
|
||||
|
||||
.border {
|
||||
border-width: 1px;
|
||||
}
|
||||
@@ -731,11 +747,6 @@ video {
|
||||
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-radial-gradient-bottom {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: hsl(237 49% 15% / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-gradient-to-b {
|
||||
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
|
||||
}
|
||||
@@ -822,6 +833,11 @@ video {
|
||||
line-height: 2.5rem;
|
||||
}
|
||||
|
||||
.text-6xl {
|
||||
font-size: 3.75rem;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.text-base {
|
||||
font-size: 1rem;
|
||||
line-height: 1.5rem;
|
||||
@@ -853,10 +869,19 @@ video {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.tracking-wide {
|
||||
letter-spacing: 0.025em;
|
||||
}
|
||||
|
||||
.tracking-widest {
|
||||
letter-spacing: 0.1em;
|
||||
}
|
||||
|
||||
.text-radial-gradient-bottom {
|
||||
--tw-text-opacity: 1;
|
||||
color: hsl(237 49% 15% / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.text-score-text {
|
||||
--tw-text-opacity: 1;
|
||||
color: hsl(229 64% 46% / var(--tw-text-opacity));
|
||||
|
||||
Reference in New Issue
Block a user