Skip to content

Commit

Permalink
[0.1.14.3] * update tailwind.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnella Kyle San Juan committed Jun 20, 2024
1 parent afe1c8b commit 96cc5e4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions assets/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -1603,6 +1603,10 @@ blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
max-width: 360px;
}

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

.max-w-\[580px\] {
max-width: 580px;
}
Expand All @@ -1615,6 +1619,14 @@ blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
max-width: 653px;
}

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

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

.max-w-full {
max-width: 100%;
}
Expand Down Expand Up @@ -3407,6 +3419,10 @@ ul.dashed > li:before {
width: 990px;
}

.lg\:w-full {
width: 100%;
}

.lg\:min-w-\[484px\] {
min-width: 484px;
}
Expand Down

0 comments on commit 96cc5e4

Please sign in to comment.