Skip to content

Commit

Permalink
Updated the Tailwind CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogesh-160 committed Jul 17, 2024
1 parent 68db692 commit b2651eb
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@

</div>
</div>



<nav class="nav">
<div class="logo-container">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRKNTxErwQ_zuTUsGsrl882rlO5VSFW02bq0A&s"
Expand Down
62 changes: 62 additions & 0 deletions dist/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,26 @@ video {
height: 2rem;
}

.h-16 {
height: 4rem;
}

.h-1 {
height: 0.25rem;
}

.h-14 {
height: 3.5rem;
}

.h-\[\] {
height: ;
}

.h-\[60px\] {
height: 60px;
}

.w-full {
width: 100%;
}
Expand Down Expand Up @@ -684,6 +704,26 @@ video {
width: 1.75rem;
}

.w-20 {
width: 5rem;
}

.w-1 {
width: 0.25rem;
}

.w-16 {
width: 4rem;
}

.w-\[\] {
width: ;
}

.w-\[76px\] {
width: 76px;
}

.flex-auto {
flex: 1 1 auto;
}
Expand All @@ -704,10 +744,18 @@ video {
flex-direction: row;
}

.flex-col {
flex-direction: column;
}

.items-center {
align-items: center;
}

.justify-center {
justify-content: center;
}

.gap-2 {
gap: 0.5rem;
}
Expand Down Expand Up @@ -793,6 +841,11 @@ video {
line-height: 2rem;
}

.text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}

.font-semibold {
font-weight: 600;
}
Expand All @@ -819,10 +872,19 @@ video {
color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-icon-color-text {
--tw-text-opacity: 1;
color: rgb(64 112 244 / var(--tw-text-opacity));
}

.underline {
text-decoration-line: underline;
}

.no-underline {
text-decoration-line: none;
}

.outline {
outline-style: solid;
}
Expand Down

0 comments on commit b2651eb

Please sign in to comment.