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 13, 2024
1 parent 79b52e0 commit c1ecdc2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions assets/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,10 @@ blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
margin: 0px;
}

.m-1 {
margin: 0.25rem;
}

.m-4 {
margin: 1rem;
}
Expand Down Expand Up @@ -1257,6 +1261,10 @@ blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
display: none;
}

.h-0 {
height: 0px;
}

.h-1 {
height: 0.25rem;
}
Expand Down Expand Up @@ -2687,10 +2695,6 @@ ul.dashed > li:before {
color: #eacfb3;
}

.\[display\:block\] {
display: block;
}

.\[display\:inline-block\] {
display: inline-block;
}
Expand Down

0 comments on commit c1ecdc2

Please sign in to comment.